body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(images/sliverbg.gif);
}

 #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
#header { 
	height:187px;
	
} 
#header h1 {
	margin: 0; 
	padding: 0;}
#mainContent {
	padding: 0 20px; 
	
}
#img1 a{
	width:383px;
	height:271px;
	position:absolute;
	left:0px;
	background: url(images/new-cars1.jpg) no-repeat top left;
}

#img1 a:hover{
background-position:bottom left;
}

#img2 a{
	width:397px;
	height:271px;
	position:absolute;
	left:383px;
	background: url(images/pre-owned1.jpg) no-repeat top left;
}

#img2 a:hover{
background-position:bottom left;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	position:absolute;
	top:500px;
	width:780px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0000CC;

}

img a{
border:0;}

#important{
height:1px;
width:1px;
position:fixed;
color:#FFFFFF;
background-color:#FFFFFF;
top:0px;
overflow:hidden;
}

#entersite{
width:267px;
height:35px;
top:460px;
left:265px;
position:absolute;
border:none;
}

#entersite a{
display:block;
background: url(images/enter.gif) no-repeat bottom left;
border:none;
}

#entersite a:hover{
background-position:top left;
}


#specials{
width:109px;
height:109px;
top:65px;
left:600px;
position:absolute;
border:none;
}

#specials a{
display:block;
background: url(images/specials.gif) no-repeat top left;
border:none;
}



#specials a:hover{
background-position:bottom left;
}