@charset "utf-8";
/* CSS Document */

body {
	background: #000 /*url(./images/bg.gif) repeat-x*/;
	color: #fff;
	font: normal 62.5% Verdana, Arial, Helvetica, Sans-serif;
	margin: 0;
}

#header { 
	width: 900px;
	height: 400px;
	background: url(images/header.gif) no-repeat;
	background-position: center;
	margin: 0 auto;
}

#top { 
	border-bottom: solid 1px #3B0B0B;
	height: 40px;
	line-height: 40px;
}

#body {
	width: 900px;
	background-position: top;
	margin: 0 auto;
}

#spacer {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background: url(images/background.gif) no-repeat;
	background-position: center;
	text-align: center;
	color: #999;
	padding-top: 25px;
}

#spacer a:hover, #spacer a, #spacer a:visited {
	text-decoration: none;
	color: #999;	
}
