body{
	background: red;
	font-size: 20px;
}

.container{
	background: white;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
    background: blue;
    height: 515px;
    width: 900px;
}
.navigation{
	background: blue;
	height: 50px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background: blue;
	float: right;
	width: 900px;
	height: 600px;
}
.clear{
	clear: both;
}
.footer{
	background: #30f0e0;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
a{
   text-decoration: none;
   color: black;    

}
td{
    width: 300px;
    text-align: center;
    height: 50px;
    vertical-align: center;
}