#dealerInfo {
	text-align: center;
	width: 220px;
	margin-left: 50%;
	position: absolute;
	left: -260px;
	top: 600px;
	z-index: 10;
}
#fullSite {
	width: 800px;
	margin-left: 50%;
	left: -400px;
	position: absolute;
	background-image: url(../images/main_bkg.jpg);
	background-repeat: no-repeat;
	z-index:5;
}
#fullSite #siteHeader {
	position: relative;
	width: 800px;
	height: 90px;
}
#siteNav {
	text-align: right;
	padding-right: 130px;
}
#fullSite #siteBody {
	background-image: url(../images/body_bkg.gif);
	background-repeat: repeat-y;
	background-position: 125px;
	width: 551px;
	padding-right: 124px;
	padding-left: 125px;
	position: relative;
	margin-top: 4px;
}
#fullSite #siteBody #sbContent {
	width: 551px;
	position: relative;
}
#fullSite #siteBody #sbFooter {
	background-image: url(../images/footer_bkg.gif);
	overflow: hidden;
	position: relative;
	height: 19px;
	width: 551px;
}

#fullSite #siteFooter {
	position: relative;
	width: 530px;
	padding: 5px 135px;
	height: 30px;
}
