@charset "utf-8";
/* CSS Document */
#nav {
	margin: 0 auto;
	height: 480px;
	list-style: none;
}
	
#nav li {
	float: left;
	height: 480px;
	width: 284px;
	}

#nav li a {
	display: block;
	width:284px;
	height: 480px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: top;
	}
	
	#shadowbox3b_1 {
		background: url(../images/splashPage/bigDay.png) no-repeat;
		}
	#shadowbox3b_3 {
		background: url(../images/splashPage/businessPricing.png) no-repeat;
		}
	#shadowbox3b_2 {
		background: url(../images/splashPage/newLife.png) no-repeat;
		}

#nav li a:hover {
	background-position: bottom;
	}
	
#backButton {
	position: absolute;
		top: 50%;
		left: 20%;
	width: 100px;
		margin-left: -50px;
	height: 480px;
		margin-top: -240px;
	overflow: hidden;
	background: url(../images/splashPage/BackButton.png) no-repeat;
}
#back {
	margin: 0 auto;
	height: 480px;
	list-style: none;
}
	
#back li {
	float: left;
	height: 480px;
	width: 100px;
	}

#back li a {
	display: block;
	width:100px;
	height: 480px;
	text-indent: -5000px;
	overflow: hidden;
	}

