#splash {
	width:979px;
	height:293px;
	padding-top:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px auto;
	position:relative;
}

h1 {
	width:979px;
	height:293px;
	background:url(../images/bgSplash.jpg) no-repeat bottom;
}

h1 span {
	display:none;
}

#languages {
	position:absolute;
	top:443px;
	left:835px;
}

#languages li {
	float:left;
	padding-left:5px;
	padding-right:5px;
}

#languages li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#languages li a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}