body {
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000000;
	text-align: center;
}
.bo #container {
	width: 55em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 80px;
	border: 2px solid #FFFFFF;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-left: 100px;
	height: 450px;
}
.bo #mainContent {
	padding: 0 10px;
	margin-left: 150px;
	overflow: auto;
	height: 450px;
}
