/* CSS Document */

html, body, table {
	background:#000;
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
	color:#827F7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
img {
	display:block;
	}
		
a, noscript {
	color:#827F7F;
	text-decoration:none;
	}
		
a:hover {
	text-decoration:underline;
	}
		
div.clear {
	clear:both;
	}
		
ul {
	list-style:none;
	}
	
#container {
	width:990px;
	height:600px;
	margin:auto auto;
	text-align:left;
	background:#FFF;
	overflow:visible;
	background:url(img/splash/bg.gif) no-repeat bottom right;
	}
	
#content {
	margin:14px 0 0 213px;
	text-transform:uppercase;
	/*letter-spacing:1px;*/
	line-height:16px;
	height:429px;
	}
	
.car1 {
	background:url(img/splash/car1.jpg) -10px -14px  no-repeat;
	}
	
.car2 {
	background:url(img/splash/car2.jpg) -10px -14px no-repeat;
	}
	
.car3 {
	background:url(img/splash/car3.jpg) -10px -14px no-repeat;
	}
	
#footer {
	font-size:10px;
	}