* {
margin:0;
padding:0;
}


body{
	margin: 0 auto;
	text-align: center;
	background: url("background.jpg");
	background-repeat: repeat-x;
	
	}
	
#content {
	position: relative;
	
	margin: 0 auto;
	width:926px;
	height:650px;
	background-image: url("center.jpg");
	background-repeat:no-repeat
	}
	
#cars {
	text-align: center;
	
	margin: 0 auto;
	width:868px;
	margin-left: 28px;
	}


#tx {
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 9px;
	color: #000000;
	
	line-height: 13px;

	}	
	


</style>

