@CHARSET "UTF-8";

	HTML,BODY {
	margin: 0px;
	padding: 0px;
}

BODY {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background: #000;
	height: 100%;
	text-align: center;
}

A {
	color: #0A8ECC;
}

A:HOVER {
	text-decoration: none;
	color: #CCC;
}

H1,H2 {
	color: #CCC;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

H1 {
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

H2 {
	font-size: 14px;
}

.bgstretcher-page {
	text-align: center;
}

#page {
	
	width: 340px;
	text-align: left;
	position: fixed;
	right: 100px;
	top:150px;
}

.page-top,.page-bottom,.page-content {
	float: left;
	width: 100%;
}

.page-top,.page-bottom {
	height: 30px;
}

.page-top {

	background: url("images/bg/page-top.png") no-repeat left top;
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'./images/bg/page-top.png', sizingMethod = 'image' );
}

.page-bottom {
	background: url("images/bg/page-bottom.png") no-repeat left top;
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'./images/bg/page-bottom.png', sizingMethod = 'image' );
}

.page-content {
	font-size: 12px;
	color: #ccc;
	background: url("images/bg/page-bg.png") repeat-y left top;
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'./images/bg/page-bg.png', sizingMethod = 'scale',alpha = 'strength' );
}

.page-wrapper {
	float: left;
	width: 740px;
	display: inline;
	margin-left: 30px;
}

li{
	list-style: none;
	float: left;
	width: 15px;
}

.quickbg{ display:block; background:url(images/quikbg.gif) no-repeat; height:24px; margin:5px 0}



/*地步文字*/
.foot{
	font-family:'微软雅黑';
	color:blue; 
	position: fixed; 
	bottom:0px;
	left:0px;
	width:100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	background-color:#CCC;
}


