/* CSS Document */
body {
	background-color: #000;
	color:#fff;
	margin:0;
	font-size:12px;
	padding-top:30px;
}

img{border-style:none;}

#logo {
	background:url(images/splash-logo.gif);
	width:352px;	
	height:138px;
	margin:0 auto;
	}
	
#car {
	width:438px;	
	/*height:187px;*/
	padding-top:20px;
	margin:0 auto;
	}
	
#linkLeft {
	float:left;
	padding-left:10%;
	position:relative;
	z-index:50;
	width:188px;
	}
	
#linkRight {
	float:right;
	padding-right:10%;
	position:relative;
	z-index:50;
	width:188px;
	}
	
#bottom {
	background-image:url(images/splash-footer.gif);
	width:442px;	
	height:53px;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer {
	width:600px;	
	margin:0 auto;
	}
	
#line {
	width:100%;
	height:2px;
	margin-top:-33px;
	padding-bottom:40px;
	background:url(images/line.gif) repeat-x;
	}
