/* CSS Document */
html, body{
	height:100%;
	padding:0;
	margin:0;
	position:relative;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#splashContainer{
	width:100%;
	position:absolute;
}

#splash{
	margin:0 auto;
	display:block;
}

#half{
	background-color:#E2017B;
	width:50%;
	min-width:396px;
	height:100%;
}

.entryContainer{
	width:790px;
	margin:0 auto;
	position:relative;
}
	

.entryContainer a{
	color:#999999;
	text-decoration:none;
	position:absolute;
	bottom:-100px;
	right:120px;
	font-size:1.4em;
}

.entryContainer a#skip{
	bottom:0;
	font-size:1em;
	right:0;
}

.entryContainer a:hover{
	color:#E2017B;
	text-decoration:underline;
}
