body {
	background: #FFF url(/images/gui/bg-rep.gif) repeat-x center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#splash-wrap { 
	background: url(/images/gui/splash/bg.jpg) no-repeat center top;
	margin: 0 auto;
	margin-top: 75px;
	width: 930px;
	height: 425px;
}
#logo {
	float: left;
	margin: 236px 267px 40px 267px;
	width: 396px;
	height: 85px;
	background: url(/images/gui/splash/logo.gif) no-repeat;
}
ul#language-select {
	clear: both;
	margin: 0 323px;
	padding: 0;
	list-style: none;
	width: 284px;
}
ul#language-select li {
	float: left;
	display: inline;
	height: 20px;
	background: url(/images/gui/splash/div.gif) no-repeat left top;
	padding-left: 9px;
}
ul#language-select li.first {
	background: none;
	padding-left: 0;
}
ul#language-select li img { border: none;}
ul#language-select li a { outline: none;}
