		*{
			margin: 0;
			padding: 0;
		}
		header{
			width: 940px;
			margin: 0 auto 0 auto;
		}
		#icon{
			width: 100px;
		}
		body{
			color: #E3F0FF;
			background-image: url("../images/background.png");
			background-size: 400px;
		}
		#wrapper a {
			display: block;
			text-align:center;
			color:#E3F0FF;
			text-decoration: none;
		}
		#wrapper a:hover {
			background-color: #FFE863;
			color: #0E1824;
			
		}
		#banner{
			width: 940px;
			font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
			font-size: 20px;
			height: 50px;
			background-color:#0E1824;
		}
		.bannerItem{
			float: left;
			width: 70px;
			height: 50px;
			list-style-type: none;
			line-height: 50px;
		}
		p{
			margin-bottom: 16px;
		}
		#wrapper{
			width: 940px;
			margin: 0 auto 0 auto;
			background: #334357;
			height: auto;
		}
		#left{
			background: #334357;
			width: 570px;
			float: left;
			height: inherit;
			padding-top: 10px;
			padding-left: 10px;
			padding-right: 10px; 
		}
		#floatLeftImg{
			float: left;
			width: 300px;
			margin-right: 20px;
		}
		#floatRightImg{
			float: right;
			width: 300px;
			margin-left: 20px;
		}
		#rightImage{
			width: 300px;
		}
		h2{
			clear: both;
		}
		#right{
			float: right;
			width: 330px;
			background: #6D7A8A;
			height:inherit;
			padding-top: 10px;
			padding-left: 10px;
			padding-right:10px;
			
		}
		
		#footer{
			width: 940px;
			height: 50px;
			background: #0E1824;
			align-items: center;
			clear: both;
		}
		.footerItem{
			height: 50px;
			/*background: rgba(124,96,247,0.75);*/
			width: 100px;
			list-style-type: none;
			float: left;
			line-height: 25px;
		}
		#valid{
			line-height: 50px;
			float: right;
			background: #53D084;
		}
		#valid a:hover{
			background: #66FFA3;
			color: #E3F0FF;
		}
		#content{
			width: 600px;
			margin: 40px auto 40px auto;
		}
		#content img{
			width: 600px;
			
		}