@charset "utf-8";
#Background {
	background-color: #000;
	height: 900px;
	width: auto;
}

/* CSS Document */

#Main {
	width: 968px;
	overflow: hidden;
	background-color: #000;
	background-image: url(images/BergenholtzRacingTempMain.jpg);
	height: 792px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#Main_Text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	width: inherit;
	float: none;
	padding-top: 150px;
	padding-left: 0px;
	font-style: italic;
	text-align: center;
}

