@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	border: 0;
	background: #616166 url(img/bg.png) repeat-x;
}

#container {
	position: absolute;
	top: 76px;
	left: 50%;
	width: 886px;
	height: 524px;
	margin-left: -443px;
}

#footer {
	position: absolute;
	top: 610px;
	left: 50%;
	width: 886px;
	height: 20px;
	margin-left: -443px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.credits {
	position: absolute;
	top: 0;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.credits a, a:link, a:visited, a:active{
	text-decoration: none;
	color: #333333;
}

.credits a:hover{
	text-decoration: none;
	color: #999999;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.link a, a:link, a:visited, a:active{
	text-decoration: none;
	color: #333333;
}

.link a:hover{
	text-decoration: none;
	color: #999999;
}
