@charset "UTF-8";
body {
	background-color: #000000;
}
#content #mainContent #bannerImage img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
#content #mainContent p {
	color: #6f6753;
	font-family: serif;
	font-style: normal;
	font-weight: 200;
	text-align: center;
}
#mainContent {
	padding-left: 2%;
	width: 96%;
	float: center;
	padding-right: 2%;
	padding-top: 5px;
}
#mainwrapper {
	width: 50%;
	max-width: 666px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet view */
@media screen and (max-width:769px) {
#mainContent {
	padding-top: 0px;
	float: none;
	width: 96%;
}
#mainwrapper {
	width: 70%;
	overflow: auto;
	margin-left: 15%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#mainwrapper {
	width: 100%;
	overflow: auto;
	margin-left: 0;
}
}
