#nextBTN {
	height: 65px;
	width: 69px;
	margin-left: 50%;
	position: absolute;
	left: 276px;
	top: 350px;
	z-index: 10;
}

#dealerBTN {
	position: fixed;
	top: 0px;
	left: 155px;
	margin-left: 50%;
	z-index: 10;
	width: 270px;
	height: 40px;
	padding:0px;
	background-image: url(../images/dealer-btn.png);
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	background-position: center top;
}

#dealerInfo {
	text-align: center;
	width: 220px;
	margin-left: 50%;
	position: absolute;
	left: -260px;
	top: 650px;
	z-index: 10;
	cursor: pointer;
}
#fullSite {
	width: 800px;
	margin-left: 50%;
	left: -400px;
	position: absolute;
	background-image: url(../images/main_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:5;
}
#fullSite #siteHeader {
	position: relative;
	width: 800px;
	height: 90px;
}
#siteNav {
	text-align: center;
	padding: 0px 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: 550px;
	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;
}

