body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
}
.bo #container {
	width: 55em;
	background: #91B215;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 115px;
	border: 2px solid #661B04;
	margin-left: 100px;
	height: 459px;
}

.bo #containerpromo {
	width: 55em;
	background: #91B215;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 115px;
	border: 2px solid #661B04;
	margin-left: 100px;
	height: 459px;
}

.bo #mainContent {
	padding: 0 10px;
	margin-left: 150px;
	overflow: auto;
	height: 458px;
}
.bo #mainContentpromo {
	padding: 0 10px;
	margin-left: 150px;
	overflow: auto;
	height: 458px;
	background-color: #91B215;
}


#menu1 {
	position:relative;
	width:180px;
	height:40px;
	z-index:1;
	left: 25px;
	top: 60px; /* this overrides the text-align: center on the body element. */
	margin-left: -120px;
	margin-top: -580px;
}
#menu2 {
	position:relative;
	width:180px;
	z-index:auto;
	left: 25px;
	top: 30px;
	margin-left: 700px;
}

