*
{
	/*color: #818181;*/
	color: #003466;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

body
{
	text-align: center;
	/*background: url(images/bg.jpg) repeat-x;*/
	background: url(images/blue_gradient_dark.jpg) repeat-x;
}

#middlediv
{
	position:absolute;
	height:0;
	width:0;
	left:50%;
	top:50%;
}

#box
{
	position:absolute;
	height: 200px;
	width: 320px;
	top: -100px;
	left:-160px;
	text-align: center;
}

#box h1
{
	font-size: 24pt;
	letter-spacing: -1px;
	font-weight: lighter;		
	margin-bottom:20px;
	border-bottom:2px solid;
	padding-bottom:20px;
}

#box ul
{
list-style: none;
}

#box ul li
{
	margin-right:5px;
	float:left;
	height:75px;
	width:75px;
}

#box ul li a
{
	text-decoration: none;
	color:#d4fe83;
	float:left;
	background:#818181;
	display:block;
	line-height: 75px;
	height:75px;
	width:75px;
}

#box ul li a:hover
{
	background:#d4fe83;
	color:#818181;
}

