#splashcontent {
	background-image: url(./background.jpg);
 	background-repeat: no-repeat;
	width: 760px;
	height: 571px;
}

a {
	text-decoration: none;
	color: #F0FF00;
}

a.footer {
	text-decoration: none;
	color: #ffffff;
}

a.toplist {
	text-decoration: none;
	color: #ffff00;
}

a:hover {
	text-decoration: underline;
}

a img {	border: 0; }

form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	align: center;
  	text-align: center;
	background-color: #000000;
}

#pagecontainer {
	background-image: url(page_bg.gif);
 	background-repeat: repeat;
	text-align: left;
  	margin: 0 auto;
	padding: 10px 0px 0px 0px;
  	width: 781px;
}

#page {
	background-image: url(page_bg_right.gif);
 	background-repeat: repeat-y;
 	background-position: 760px 7px;
  	width: 765px;
	margin: 0px 0px 0px 10px;
	font: bold 11px Tahoma, Arial;
	color: #000000;
}

#footerfix {
	height: 1px;
}

#pagefooter {
	background-image: url(page_bg_bot.gif);
 	background-position: 20px 0px;
 	background-repeat: repeat-x;
	background-color: #003300;
  	width: 762px;
	height: 5px;

}

#prefooter {
	padding: 10px 0px 10px 11px;
}

#footer {
	clear: both;
	padding: 10px 20px 10px 20px;
	background-color: #000000;
	font: normal 10px Tahoma, Arial;
	color: #ccc;
}

#footer a {
	color: #CCCC99;
}

