@charset "UTF-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.oneColFixCtr #container {
	width: 1000px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(images/marlonmainimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtr #mainContent {
	background-position: right;
	height: 846px;
	width: 600px;
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 
; 												font-size: 10pt;
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
<style type="text/css">
<!--
body,td,th {
	color: #FFF;
}
a:link {
	color: #920000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #920000;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #920000;
}
-->
</style>
