BODY {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background-color: #f1d59e;
}

#content {
	position: relative;
	z-index: 5;
	width: 970px;
	margin: 0 auto;
	height: 900px;
	text-align: center;
	background-image: url('../images/centerBG.jpg');
	background-repeat: y-repeat;
}

#menu {
	position: absolute;
	top: 55px;
	left: 90px;
}

#frame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 679px;
	background-image: url('../images/homeBG.jpg');
}

#contentframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 683px;
	background-image: url('../images/contactFrame.jpg');
}

#video {
	position: relative;
	top: 290px;
	left: 0px;
	width: 970px;
	margin: 0 auto;
}

#videoHolder {
	width: 550px;
	height: 309px;
	border: 2px solid #241f19;
	text-align: center;
	margin: 0 auto;
}

#videoframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 683px;
	background-image: url('../images/videoFrame.jpg');
}

#footer {
	position: relative;
	z-index: 20;
	width: 970px;
	top: 655;
}

#footerVideo {
	position: relative;
	z-index: 20;
	width: 970px;
	top: 342;
}

#homeText {
	position: absolute;
	z-index: 10;
	top: 230;
	left: 480;
	width: 415px;
	text-align: center;
	font-family: georgia;
	font-size: 14px;
}

#contactText {
	position: absolute;
	z-index: 10;
	top: 270;
	left: 70;
	width: 833px;
}

#hoursText {
	position: absolute;
	z-index: 10;
	top: 420;
	left: 480;
	width: 415px;
	text-align: center;
	font-family: georgia;
	font-size: 14px;
}