body{
background: white;
 }
 
#wrapper{
background: white;
width: 100%;
margin: 0px auto;
height: 100%;
}

#header{
background: white;
float : center;
width: 50%;
margin: 10% auto;
height: 10%;

}

img.normal
{
	display: block;
    margin-left: auto;
    margin-right: auto
	

}


/* Media Queries */
@media screen and (max-width: 480px) {
	#wrapper{
	width: auto;
	margin: 0px auto;
	height: 100%;
}
@media screen and (max-width: 700px) {
	#wrapper{
	width: auto;
	margin: 0px auto;
	height: 100%;
}
@media screen and (max-width: 980px) {
	#wrapper{
	width: 94%;
	margin: 0px auto;
	height: 100%;
}