/*
---------------------------------------------------------------------------
=	House Keeping
---------------------------------------------------------------------------
*/

@import url('reset.css');

html,
body
{
	height: 100%;
}	

body
{
	text-align: center;
	font-size: 16px;
	font-family: "Arial", "Verdana", sans-serif;
	background: url(../images/bg.gif) #2D292A;
	color: #BC9B68; /*GOLD*/
}

.fl {float: left;}
.fr {float: right;}
.cb {clear: both;}

/*
---------------------------------------------------------------------------
=	SPLASH
---------------------------------------------------------------------------
*/

div#splash
{
	position: fixed;
	top:50%;
	left:50%;
	display: block;	
	width: 560px;
	height: 300px;
	border: 2px solid #BC9B68; /*GOLD*/
	background-color: #000;
	margin: -150px 0 0 -280px;
}

div#splash img
{
	margin: 40px 0 30px 0;
}

div#splash div#text_box
{
	display: block;
	text-align: center;
}

div#splash div#text_box span
{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}