html,body {
	background-color:#CCC;
	width:100%;
	height:100%;
	text-align:center;

}
#wrapper {
	width:800px;
	height:530px;
	background-color:#660000;
	border:1px solid white;
	margin:auto;
	text-align:left;
}

#wrapper h1 {
	text-indent:-9999px;
	background-image:url(../images/splash.jpg);
	width:566px;
	height:408px;
	border:1px solid white;
	margin:45px auto 10px auto;
}

#language {
	width:566px;
	margin:0 auto;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:15px;
	text-align:right;
}

#language a {
	color:#fff;
}