
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75.0%; /* This sets the default font size to be equivalent to 12px */
	color: #fff;
	background: #011829 url(../images/splash_background.png) no-repeat top center;
	padding: 0;
	margin: 0;
}

/* Main Structure */

#wrapper { 
	width: 986px;
	height: auto !important;	
	margin: 0 auto;  }
	
#splash { 
	width: 414px;
	height: 694px;
	background-image: url(../images/splash.png);
	margin-left: auto;
	margin-right: auto; }
	
	
#lang {
	width: auto;
	height: 21px;
	float: right;
	position: relative;
	top: 600px;
	left: auto;
	right:17px;		}	
	
