body
{
	font-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	bgcolor: 000000;
	topmargin: 0;
	background: url('images/bg.gif');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
}

table.main
{
	border-style: solid;
	border-color: #5D513D;
	border-width: 0px;
}
td.affiliate
{
	background-color : #85775d;
	background-attachment: fixed;
	background-image : url(images/bg_affiliates.png);
	background-position : top;
	background-repeat : no-repeat;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	
}

td.clans
{
	background-color : #85775D;
	background-image : url(images/bg_clans.png);
	background-position : top;
	background-repeat : repeat-x;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	
}

.page
{
	background-color : #85775D;
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	background-position : top;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x:hidden;
	overflow-y:auto;
}

.motd
{
	background-color : #886e54;
	background-position : top;
	background-repeat : repeat-x;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	
}


A:link {
		text-decoration: none;
		color: #817532;
		}
A:visited {
	text-decoration: none;
	color: #817532;
	}
A:active {text-decoration: none}
A:hover {
		text-decoration: none;
		color: red;
}