<!doctype html>
<style>

#header{
	min-height: 400px;
	background-color:#6699cc;
}		 
#menu { position:inherit;
	top:70px;
    left:25px;
	min-height:40px;
	background-color: #6699cc;
}
#body {
	
	margin:0px;
	padding-bottom: 300px;
    background-color: #6699cc;
    background-size: cover;
}	
body {
	margin-left: 10px;
	margin-right: 5px;
	background-color:#6699cc;
	background-size: cover;
	background-repeat: no-repeat;
}
#footer {
	min-height:40PX;
	background-color:##ccccff;
}	
#header, #menu, #body, #footer{
		margin-left: 1%;
		margin-right: 1%;				 
		boxshow:3px 5px 7px #6699cc;
		border:1px solid white;
}		
@viewport{
	zoom: 1.0;
	width: extend-to-zoom;
}
@-ms-viewport{
	width: extend-to-zoom;
	zoom:1.0;
}
</stylr>