* {
	padding: 0;
	margin: 0;
	font-family: "SimSun", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body {
	background: #a0b09a;
	display: block;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper { 
	display: block;
	padding-top: 150px;
	width: 403px;
	margin: 0 auto;
}

ul {
	display: block;
	list-style: none;
	width: 403px;
}

	ul li {
		display: block;
		float: left;
		height: 131px;
	}
	
	ul li#h2oil {
		background: transparent url("../images/splash-logo.gif") top left no-repeat;
		text-indent: -9999px;
		width: 181px;
	}
	
	ul li#language {
		background: transparent url("../images/bg.gif") top left no-repeat;
		width: 222px;
	}
	
	ul li#language span {
		display: block;
		padding: 30px 15px;
	}
	
p {
	display: block;
	padding-bottom: 35px;
	width: 192px;
	text-align: center;
}

p#footer {
	display: block;
	float: left;
	padding-top: 35px;
	width: 403px;
	height: 25px;
	font-size: 9px;
	text-align: center;
}