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: #000DFF;
	position: absolute;
	height : 50px;
	width: 150px;
	top: 290px;
	font-size : 20px;
	left: 27px;
	color: #01F9FD;
margin-left:50px;	border-top-left-radius: 2px;
	border-color: #00F733;
	padding-left: 10px;
	
	
}

#content2{
	background-color: #01F9FD;
	position: absolute;
	height : 50px;
	width: 150px;
	float: left;
	left: 482px;
	top: 291px;
	margin-left: 50px;
	border-top-left-radius: 2px;
	border-color: #00F733;
	padding-left: 10px;
	color: #000DFF;
}
#content3{
	background-color: #000DFF;
	position: absolute;
	height : 50px;
	width: 150px;
	float: left;
	left: 331px;
	top: 291px;
margin-left:50px;
	border-top-left-radius: 2px;
	border-color: #00F733;
	padding-left: 10px;
	color:#01F9FD;
}
#content4{
	background-color: #01F9FD;
	position: absolute;
	height : 50px;
	width: 150px;
	float: left;
	left: 182px;
	top: 291px;
	margin-left: 50px;
		border-top-left-radius: 2px;
	border-color: #00F733;
	padding-left: 10px;
	color: #000DFF;
}
#footer {
	margin-top:800px;
	margin-left:20px;
	position:absolute;
width : 200px;
height : 35px;
top : 550px;
background-color:#0CF;
font-size : 10px;
}
