/* CSS Document */
html {
	background-color: #39393C;
	overflow:hidden; 
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #39393C;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:active {
	outline: none;
}
:focus {
  -moz-outline-style: none;
}

#sitecontainer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 590px;
	margin-left: -479px; /* half of width */
	margin-top: -295px;
}

#menu {
	position: absolute;
	width:960px;
	background-color: #666666;
	bottom: 0px;
	padding: 2px 0 2px 8px;
}

.floatleft {
	border-right: 1px solid #FFF;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 1px .5em 1px .5em;
}
.floatright {
	float: right;
	line-height: 1.1em;
	padding: 1px .5em 1px .5em;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
#menu a:hover {
	background-color: #AA0080;	
}