body {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	background-image: url(../images/Metropolis-new-tower-of-babel.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
	background-attachment: fixed;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#divBody {
	position:relative;
	width:700px;
	height:500px;
	background-color: #CCCCCC;
	padding: 15px;
	margin-top: 30px;
	overflow: auto;
}
