ul, li, p {
	margin: 0;
	padding: 0;
}
body {
	background: #0b1820;
	text-align: center;
	padding-top: 88px;
}
#wrapper {
	width: 880px;
	margin: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	padding: 24px 30px 50px;
}
#header {
	text-align: right;
	font-size: 23px;
	position: relative;
	height: 40px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 171px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#content {
	background: url(images/content1_bg.jpg) no-repeat;
	width: 552px;
	height: 453px;
	padding-left: 308px;
	padding-top: 28px;
	padding-right: 20px;
	margin-bottom: 37px;
}
#content div {
	overflow-y: auto;
	height: 412px;
}
#content p {
	margin-bottom: 30px;
}

#bott_text {
	height: 31px;
	position: relative;
}
#bott_text li {
	list-style: none;
	float: left;
	width: 250px;
	line-height: 18px;
	position: relative;
}
#price {
	position: absolute;
	display: block;
	background: url(images/price.jpg) no-repeat;
	width: 103px;
	height: 104px;
	top: -46px;
	right: -5px;
}