@font-face
{
    font-family:'haxrcorp';
    src: url('haxrcorpttf.ttf');
}

body{
	font-family: haxrcorp, monospace;
	font-size:15px;
	background-color: #F8F8F8;
	background-image: url('bg_tile.jpg');
	background-repeat: repeat;
}

.maincontainer {
	width:772px;
	height:99px;
	position: absolute;
	top: 0px;
	bottom:100px;
	left: 0px;
	right: 0px;
	margin: auto;
	background-color:transparent;
}

.main {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	position: absolute;
	top: -2px;

	width: 636px;
	height: 95px;
	left: 0px;
	right: 0px;
	margin: auto;
	background-color:#FFFFFF;
	text-align:center;
}

.maincontents {
	width:100%;
	height:100%;
}

ul {
	width:500px;
	list-style-type:none;
	float:left;
	padding-left:0px;
	padding-right:0px;
	margin-left:18px;
	margin-right:18px;
}

li {
	text-align:left;
	padding-left:3px;
	padding-right:3px;
	height:16px;
	line-height:16px;
}

a {
	text-decoration:none;
	font-size:16px;
	height:12px;
	line-height:12px;
	color:#000000;
}

.header {
	text-align: center;
	line-height: 10px;
	font-family: haxrcorp, monospace;
	border-bottom: 1px solid #000000;
	font-size: 20px;
	padding-left: none;
	padding-left: none;
}

.header:hover {
	background-color:#FFFFFF;
}

.clink {
	font-size: 16px;
	text-decoration:underline;
	line-height: 16px;
	color:#000000;
}

.clink:hover{
	text-decoration:underline;
}