/* CSS Document */


body{
	background: #069f48;
	background-image: url("../images/raceday_bkg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	margin: 0;
	padding: 0;
}

#page_head{
	color: #069f48;
}

#motorsports ul{
	padding: 5px;
	margin: 0 auto;
}

#motorsports li{
	display: inline;
	
}

#motorsports li img{
	border: 1px solid #c2c2c2;
	margin: 5px;

}

#motorsports li {
	font-size: .75em;
	color: #123456;
}

#footer{
	color: #069f48;
}

#add_phone{
	background-color: #069f48;
}

.desc_container p span{
	color: #069f48;
}

#extraDiv {
	background-image: url("../images/raceday_bkg2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: center;
	height: 210px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: -1;
}
