BODY {
	background-color: #000000;
	background-image: url(../images/start-background.jpg);
	background-repeat: repeat-x;
 	text-align:center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #999999;

	margin-top: 110px;
}

td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #999999;
}

a, a:active {

font-size: 13px;
text-decoration: underline;
color: #FFFFFF;

}

a:hover {

color: #CCCCCC;
text-decoration: none;

}




h1 {
	font-size:20px;
	font-weight: bold;
	line-height:25px;
	color: #FFFFFF;
}

h2 {
	font-size:16px;
	line-height:21px;
	color: #DB2E24;
}



#start-container {

	width: 371px;
	margin-left: auto;
	margin-right: auto;
}


