#divc {
	background-color: #FFFFFF;
	border: thin solid #333333;
	position: absolute;
	height: 300px;
	width: 80%;
	left:50%; margin-left:-40%;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
body {
	background-color: #3366FF;
}
#gravan {position:relative;
	background-color: #CCCCCC;
	float: left;
	height: 300px;
	width: 5%;
}
#mitt {position:relative;
	background-color: #ffffff;
	float: left;
	height: 290px;
	width: 90%;
	padding-top:10px;
}


#grahog {position:relative;
	background-color: #CCCCCC;
	float: right;
	height: 300px;
	width: 5%;
}
