* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	background: url(../images/bg_splash.gif) repeat-x bottom;
	text-align:center;
	min-height:475px;/* for good browsers*/
	min-width:801px;/* for good browsers*/
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 475px;
}
#inner {
	width: 801px;
	height: 475px;
	text-align: center;
	margin-top: -25px;
	margin-left:auto;
	margin-right:auto;
	/* formatting */
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #998d7d; line-height: 25px;
}
a { color: #e50278; }
a.enter {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	text-decoration: none;
}
span.arrow {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
}