html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Microsoft Yahei, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 12px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top {
	width: 100%;
	height: 80px;
	text-align: center;
	background: #1A85D6 url("../images/top-bg.jpg") repeat-x;
}

img {
	height: 100%;
	border: none;
	vertical-align: middle;
}

.topImg {
	position: absolute;
	left: 10px;
	top: 10px;
}