body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4A4C48;
	background-image: url(../images/landingBack.jpg);
	height: 2000px;
	
}

#centerDiv {
	text-align: left;
	padding: 0px 0px 0px 1px;
	height: 800px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px solid #FF0000;
	overflow: hidden;
	visibility: visible;
}
#centerDiv #menuDiv {
	margin: 121px 0px 0px;
	padding: 0px;
	border: 0px solid #0066CC;
	height: 451px;
	position: absolute;
	overflow: visible;
	width: 800px;
}
#centerDiv #menuDiv #butSNOW {
	margin: 0px;
	padding: 0px;
	border: 0px solid #009900;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 451px;
	width: 401px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: none;
	float: left;
}
#centerDiv #menuDiv #butATV {
	margin: 0px;
	padding: 0px;
	border: 0px solid #00FF99;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 451px;
	width: 399px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: -401px 0px;
	clear: none;
	float: left;
}
#centerDiv #menuDiv #butSNOW:hover {
	z-index: 1;
	background-image: url(../images/landButtonsON.jpg);
}
#centerDiv #menuDiv #butATV:hover {
	z-index: 1;
	background-image: url(../images/landButtonsON.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
