@charset "utf-8";

html, body {
	margin: 0px;
	height: 100%;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: scroll;
	background-color: #000000;
}
.content {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 125px;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 30px;
	background-color: #000000;
	margin: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2CBFE2;
	color: #CCCCCC;
}