@charset "UTF-8";
html {
	height: 100%;
	overflow:hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}
body {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	position:relative;
}
img#background {
	height: 100%;
	width: 100%;
	position:absolute;
	color: white;
}
#overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	margin:0px;
	padding: 0px;
}
#preorder {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: auto;
	top: 35%;
	right: 10%;
}
a.preorder-now{
	width:363px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	background:url(../images/splash/preorder-button.png) left top no-repeat;
	margin-bottom:10px;
}
a:hover.preorder-now{
	background-position:0 -21px;
}

a.continue-to{
	width:319px;
	height:0;
	padding-top:17px;
	overflow:hidden;
	display:block;
	background:url(../images/splash/continue-button.png) left top no-repeat;
}
a:hover.continue-to{
	background-position:0 -17px;
}
