*
{
	color: #616161;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

body
{
	text-align: center;
	background: url(images/bg.jpg) repeat-x;
}

#middlediv
{
	position:absolute;
	height:0;
	width:0;
	left:50%;
	top:25%;
}

#box
{
	position:absolute;
	height: 200px;
	width: 520px;
	top: -100px;
	left:-260px;
	text-align: center;
}

#box h1
{
	font-weight: bold;
	color: #717171;
	font-size: 24pt;
	letter-spacing: -1px;
	font-weight: lighter;		
	margin-bottom:5px;
	border-bottom:2px solid;
	padding-bottom:5px;
}

#box h2
{
	font-size: 10pt;
	text-align: left;
}

#box ul
{
	list-style: none;
	margin-left: 70px;
	margin-bottom: 50px;
}

#box ul li
{
	margin-right:5px;
	float:left;
	height:35px;
	width:75px;
}

#box ul li a
{
	text-decoration: none;
	color:#d4fe83;
	float:left;
	background:#818181;
	display:block;
	line-height: 35px;
	height:35px;
	width:75px;
}

#box ul li a:hover
{
	background:#d4fe83;
	color:#818181;
}

#box #check
{
	margin-left: 50px;
	text-align: left;
}

