body
	{
	background-color:#000000;
	text-align: center;
	color:#000000;
	min-width: 700px;
	}
#container
	{
	margin: 0 auto;
	width: 700px;
	text-align:left;
	}

#nav
	{
	position: relative;
	width:700px;
	background-color:#000000; 
	text-align:center;
	height:29px;
	}



#cars 
	{
	display: block;
	height:400px;
	width:700x;	
	margin:0 auto;
	text-align:left;
	}

#cars p
	{
	color: #FFFFFF;
	text-align:center;	
	}

#cars1   
	{
	display:block;
	text-align:center;
	width:700px;
	height:200px;
	position:absolute;
	top: 105px;	
	}

#cars2
	{
	width:700px;
	height:200px;	
	position:absolute;
	top:240px;
	text-align:center;
	}

#footer
	{
	text-align:center;
	color:white;
	margin: 0 auto;
	position: absolute;
	top: 372px;
	}

