body {
	background-color: #E7CCA1;
}
p {
}

/* 
	LINKS 
*/
a:link {
}
a:hover {
}
a:visited {
}
a:active {
}
/*
*/

/*
	FONTS
*/
h1 {
}
em {
}
td {
}
br {
/*	line-height: 10px;*/
}
.poweredby {
	font-size: 10px;
	font-weight: bold;
	color: white;
}
/* */

/*
	DIV's
*/
.logo {
	left: 0px;
	top: 10px;
	width: 100%;
	margin: 0px;
	z-index: 2;
	position: absolute;
/*	visibility: hidden;*/
}
.navdiv {
	left: 0px;
	top: 140px;
	width: 100%;
	margin: 0px;
	z-index: 2;
	position: absolute;
}
.statdiv {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: 1;
	position: absolute;
}
/* */
div#statdiv a:link {
	font-size: 11px;
	font-weight: bold;
	color: #BDB6A4;
}
div#statdiv a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #BDB6A4;
}
div#statdiv a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #BDB6A4;
}
div#statdiv a:active {
	font-size: 11px;
	font-weight: bold;
	color: #BDB6A4;
}
/* */

