@charset "UTF-8";

body {
	background-color:#000000;
}

#wrapper {
	width:800px;
	padding:0px 0px;
	background-color:#D8CFBE;
	position:relative;
	margin:10px auto;
}
	
#wrapper table #footer {
	background-image:url(../images/bg/markreeSiteFooter.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:center;
	color:#d8cfbe;
}

#wrapper table #footer a:link {
	color:#d8cfbe;
	text-decoration:none;
}

a:link {
	text-decoration:none;
	color:#c56954;
}

a:visited {
	text-decoration:none;
	color:#c56954;
}

	
img {
	border:none;
}