a.start
{
	text-decoration: none;
	color: red;
}

a.start:hover
{
	text-decoration: none;
	color: #FFF;
}

#centerstart
{
   margin: -165px 0 0 -315px;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 610px;
   height: 250px;
}

#start    
{
	background: #000066;
	border: 10px solid #000;
	width: 610px;
	height: 270px;
}

#startheader
{
	width: 610px;
	height: 46px;
	letter-spacing: 1px;
	text-align: center;
	color: #FFF;
	border-bottom: 5px solid #000;
	font-size: x-large;
	padding-top: 20px;
}

#startleft
{
	float: left;
	width: 300px;
	height: 200px;
	padding: 0px;
	border-right: 10px solid #000;
}

#startright
{
	color: #FFF;
	float: left;
	width: 300px;
	height: 200px;
	padding: 0;
}