body, html {
	background-color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body {
	padding: 10px 0px;
}

.blue_widekern {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #5190CD;
	font-weight: bold;
	letter-spacing: 5px;	
}

#main {
	margin: auto;
	padding: 0px;
	width: 860px;
	border: 1px solid #ccc;
	position: relative;
}

#content {
	padding: 20px;
	text-align: center;
}

#splash_honda {
	float: left;
	width: 400px;
	text-align: right;
}

#splash_pontiac {
	float: right;
	width: 400px;
	border-left: 1px solid #5190CD;
	text-align: right;
}

#footer {
	clear: both;
	width: 860px;
	height: 140px;
	background-image: url("../images/footer.gif");
	position: relative;
}

#address {
	position: absolute;
	margin: 0px;
	left: 40px;
	bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

#hours {
	position: absolute;
	margin: 0px;
	right: 10px;
	bottom: 2px;
	width: 310px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}
a img {
	border: 0px;
}
