@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	background-color: #252525;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
#main-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;
	position: relative;
}
#header {
	height: 60px;
	position: relative;
}
#navigation-container {
	position: absolute;
	bottom: 0px;
	width: 750px;
}
#logo {
	float: right;
	height: 165px;
	width: 185px;
	z-index: 99999;
	position: absolute;
	right: 0px;
}
#main-image {
	border: 1px solid #666;
	width: 750px;
	height: 375px;
	z-index: 1;
}
#service-times {
	position: absolute;
	top: 370px;
	width: 750px;
	z-index: 9999;
}
#3pic-content {
	position: absolute;
	height: 102px;
	width: 750px;
	}
#3pic-content a{
outline:none;
}
#spot1 {
	position: relative;
	border: 1px solid #666;
	height: 100px;
	width: 242px;
	top: 8px;
}
#spot2 {
	position: relative;
	border: 1px solid #666;
	height: 100px;
	width: 242px;
	top: -94px;
	left: 254px;
}
#spot3 {
	position: relative;
	border: 1px solid #666;
	height: 100px;
	width: 242px;
	top: -196px;
	left: 508px;
}
#body-container {
	margin-top: -190px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#body-content {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	line-height: 20px;
	text-align: center;
}

