#header {
	top:8px;
	position:relative;
	width:610px;
}

#maintable {
	background-color:#151515;
	bottom:8px;
	width:610px;
}

body {
	background-image:url(../Resources/Felt.jpg);
	font-family:'Trebuchet MS';
	color:#909090;
	text-align:center;
	background-repeat-x:repeat;
	background-repeat-y:repeat;
	background-repeat:repeat;
}

p {
}

td {
	color:#E9E9E9;
	font-family:'Trebuchet MS';
	text-align:left;
}

a:link {
	color:#E9E990;
}

a:visited {
	color:#909090;
}

a:hover {
	color:#FFFF90;
}

a:active {
	color:#909000;
}

