.container{
	width:900px;
	height:800px;
	background:yellow;
	
}
header{
	width:100%;
	height:100px;
	background:grey;
}
.row1{
	padding:15px;
	text-transform:uppercase;
}
#content{
	width:100%;
	height:600px;
	background:orange;
}
footer{
	width:100%;
	height:100px;
	background:blue;
}