body {
	margin:0;
	background: #000000 url(bg3.png) repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
}
img {
	border:0;
}
a {
	color:#CCCCFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
p {
	padding:0;
	margin:0;
}
table th tr td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
}
.big {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
}
#logo {
	width:100%;
	top:0;
	left:0;
	position:absolute;
	text-align:center;
}
#navigation {
	width:125px;
	background-color:#830f56;
	border-style:solid;
	border-width:1px;
	top:100px;
	left:100px;
	position:absolute;
	padding:10 10 10 10;
}
#content {
	background:#830f56;
	padding:10px;
	width:500px;
	border-style:solid;
	border-width:1px;
	text-align:left;
	position:relative;
	top:95px;
	z-index:1;
}
#thincontent {
	background:#830f56;
	padding:10px;
	border-style:solid;
	border-width:1px;
	text-align:left;
	position:absolute;
	top:95px;
	z-index:1;
}
#copyright {
	margin: 0 0 0 0;
	width:100%;
	background-color:#EEEEEE;
	color:#000000;
	bottom:0;
	position:fixed;
}
