/* CSS Document */

*  {margin: 0; padding: 0; font-family: Verdana, Geneva, sans-serif;}
body {background: #069;}
#mainbody {margin-left: auto; margin-right: auto; margin-top: 10px; width: 90%; background: #fff;}
#mainbody .page-section {padding: 10px;}
#indexbanner {background: #060 url(images/indexBannerDark.jpg) no-repeat center; padding-top: 30px; padding-bottom: 24px; color: #fff; background-size: 100%; text-align: center; text-shadow: #000 0px 0px 10px; }
#indexbanner h1 {}

@media screen and (max-width: 400px) {
	#mainbody {
		width: 100%;
		margin-top: 0;
	}
}
