﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/splash/images/background.jpg);	
	background-repeat: repeat-x;
	background-color:#d01d23;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

<style type="text/css">
img, div { behavior: url(iepngfix.htc) }

.centered #container {
	width: 704px;
	height: auto;
	margin: 0 auto; 
	padding-top: 25px;
}
.centered #mainContent {
}

#rule {
	width: 704px;
	height: 1px;
	background: url(/splash/images/rule.png) no-repeat top center;
}

#footer {
	width: 704px;
	height: 100px;
	margin: 0 auto;
}

#nothanks a:link, #nothanks a:visited {
	height: 83px;
	width: 173px;
	display: block;
	background: url(/splash/images/nothanks.png) no-repeat  left top;
}
	
#nothanks a:hover, #nothanks a:active {	
	background-position: left bottom;
}

#register a:link, #register a:visited {
	height: 83px;
	width: 173px;
	display: block;
	background: url(/splash/images/register.png) no-repeat left top;
}
	
#register a:hover, #register a:active {	
	background-position: left bottom;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}