@charset "utf-8";
body {
	font: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
}
.oneColFixCtr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	margin-top: auto;
	margin-bottom: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtr #mainContent {
	background-color: #000000;
	height: 400px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;

}
#topleft {
	float: left;
	width: 350px;
	height: 100px;
}
#bottomrt {
	float: left;
	height: 100px;
}

