@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	background-image:url(../racesite/images/supportbackground.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#pagecontainer{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:1000px;

	
}
a:visited {
	color: #999;
}
a:link {
	color: #CCC;
}

.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#infocontainer {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:980px;
	height:603px;
	background-image:url(../racesite/images/infobackground.jpg);
	background-repeat:no-repeat;
	text-align:left;
	border:medium outset #FFF;
	
}
#insidetext {
	position:relative;
	height:inherit;
	width:inherit;
	margin:30px;
}

.sectiontitle {
	font-size:14px;
	font-weight:bold;
}

#pagetitle {
	font-size:16px;
	font-weight:bold;
}


#informationcontainer {
	position:absolute;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	width:980px;
	height:603px;
	background-image:url(../racesite/images/infobackground.jpg);
}
