body {
	margin-left: 10%;
	margin-right: 10%;
	font-family: Verdana, sans-serif;
	border: 1px solid gray;
	padding: 10px 10px 10px 10px;
	background-color: #00dddf;
	color: #000000;
}
.central {
	text-align: center;
}
#Header {
	margin-left:120px;
	margin-right:120px;
	height: 120px;
	color:#ff7500;
	text-align:center;
	padding:5px 5px 5px 5px;
	border: 1px solid black
}
#main {
	border-left: 1px solid black;
	border-top: 1px solid black;
	height: 650px;
	margin-right: 120px;
	}
#ad-right {
	border-top: 1px solid black;
	float: right;
	border-right: 1px solid black;
	padding-top: 205px;
	text-align: center;
	height: 650px;
	}
#ad-bottom {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	height: 120px;
	padding-top: 30px;
	}
