
/*global styles*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /*fixes IE bug of centering*/
	font: 11px "Georgia", Georgia, Times, Arial;
	background: #93938a url(../images/bg.jpg) fixed top right no-repeat;
}

#container {
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

a:link { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; outline:none; }
a:active { color:#FFFFFF; text-decoration:none; outline:none; }
a:hover { color:#FFFFFF; text-decoration:underline; }

.font1 {
	font-size: 11px;
	font-weight: normal;
	color: #C9C9C5
}

.font2 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF
}

p {
	margin: 0px 0px 0px -266px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}
	
#footer {
	position: absolute;
	display: table-cell;
	bottom: 0;
	left: 0;
}


	
#middle{
	position: absolute;
	left: 0;
	width: 100%;
	top: 38%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
	
#logo_splash{
	background-image: url(../images/splash_image.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 755px;
	height: 120px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}