body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#splash {
	background: url(images/bang-splash.gif) no-repeat;
	width: 700px;
	height: 260px;
	margin-top: -130px;
	margin-left: -350px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#flashBox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -400px;
	width: 800px;
	height: 460px;
}

#splash ul {
	list-style-type: none;
}

li.enter a, li.email a, li.flash a {
	position: absolute;
	font-size: 0.1px;
	text-indent: -5000px;
}

li.enter a {
	top: 168px;
	left: 505px;
	width: 65px;
	height: 20px;
	background: url(images/enter.gif) no-repeat;
}
li.enter a:hover {
	background: url(images/enter.gif) no-repeat 0 -20px;
}

li.email a {
	top: 125px;
	left: 503px;
	width: 170px;
	height: 12px;
}

li.flash a
 {
	width: 190px;
	height: 20px;
	top: 239px;
	left: 496px;
}

:-moz-any-link:focus {
  outline: none;
}