body {
	margin: 0;
	border: 0;
	height: 100%;
	background: #0899ea url('../images/beachBack.jpg') bottom fixed;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	outline: none;
}

h1 {
	text-align: center;
	margin: 100px 0 0 0;
}

#container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-collapse: collapse;
}

#top #airplane {
	width: 100%;
	height: 128px;
	text-align: center;
}

#topSplash {
	background: url('../images/topSplash-trans.png');
	width: 1000px;
	height: 128px;
	margin: 0 auto;
}

#bottom {
	height: 332px;
	vertical-align: bottom;
	text-align: center;
}

#bottom #mrStinky {
	width: 100%;
	height: 332px;
}

#bottomSplash {
	background: url('../images/bottomSplash-trans.png');
	width: 1000px;
	height: 332px;
	margin: 0 auto;
	position: relative;
}

#bottomSplash select {
	font-weight: bold;
	font-size: 18px;
	top: 82px;
	position: absolute;
}

#verifyBtn {
	background: url('../images/verifyAge.png');
	width: 119px;
	height: 33px;
	left: 475px;
	top: 80px;
	cursor: pointer;
	position: absolute;
}

#month {
	left: 224px;
}

#day {
	left: 302px;
}

#year {
	left: 378px;
}

* html #year {
	width: 71px; /* IE 6 Fix */
}

#enter {
	position: absolute;
	top: 0;
	width: 100%;
}

#enter h1 {
	margin: 0 auto;
	text-align: center;
}