@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #201e1e;
	height: 100%;
	overflow: hidden;
	color: #ffffff;
}
a, a:visited {
	text-decoration: none;
	color:#000000;
}
.mbody {
	width: 975px;
	margin: auto;
	height: 100%;
}
img { border: 0px; }
.logo {
	margin-top:175px;
}

div.links {
	margin-top: 15px;
	height: 100%;
}

a.link {
	display: block;
	float:left;
	height: 100%;
	width: 170px;
}

div.linkSpacer {
	float:left;
	width: 60px;
}
div.rollOver {
	height: 100%;
	width: 170px;
}
div.cleaner {
	clear: both;
	line-height: 0px;
}

div.creaxial {
	color: #595959;
	position: absolute;
	bottom: 25px;
	width: 975px;
	margin: auto;
	text-align: right;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
