@import "common.css";

#index {
	height:450px;
	width:850px;
	background:url(../images/index_back.jpg) no-repeat left top;
	margin:auto;
	margin-top:200px;
	text-align:center;
}
#index div {
	width:540px;
	float:right;
}

h1 {
	border-bottom:solid 1px #e7e7e7;
	margin:17px 0;
	height:27px;
	overflow:hidden;

}

h1 img {
	vertical-align:top;
}

h2 {
	font-weight:normal;
	font-size:12px;
	display:inline;
}

div#title {
	padding:0 5px;
	float:none;
}

#desc {
	display:inline;
}


ul {
	list-style:none;
	padding:0;
	margin:8px 0px 0px 61px;
	height:53px;
}

* html ul {
	margin:9px 0px 0px 62px;
}

li {
	float:left;
	margin-right:27px;
}

* html {
	margin-right:28px;
}

#footer {
	clear:both;
	font-size:10px;
	margin-top:5px;
	text-align:center;
}