body {
background-color:#09F;
font-family : Cooper Std Black;
color:#03F;
}
#header {
font-family : Cooper Std Black;
color:#03F;
font-size : 50px;
margin-top:20px;
margin-left:20px; 
background-color:#3CF;
width : 800px;
height:125px;
}
#navigation {
	margin-top:60px;
	margin-left:20px;
	position:absolute;
width : 800px;
height : 100px;
top : 110px;
background-color:#0CF;
font-size : 30px;
}
#content{background-color:#09F;
	margin-top:20px;
	margin-left:20px;
	position:absolute;
	height : 500px;
	width:800px;
	top:250px;
	font-size : 20px;
	
}
#footer {
	margin-top:800px;
	margin-left:20px;
	position:absolute;
width : 200px;
height : 35px;
top : 550px;
background-color:#0CF;
font-size : 10px;
}
    