﻿@charset "utf-8";/* CSS Document */html,body,#wrapper{	 margin:0;	 padding:0;}body{	background: url("../images/bg.gif") repeat 0 0 #555;	font-size:12px;	font-family: Verdana,sans-serif;}a{	color:#999;	text-decoration: none;}a:hover{	color:#93C82A;}/*定义反选颜色*/::-moz-selection{ /*针对Firefox*/background:#8fc31f;color:#fff;}::selection {background:#8fc31f;color:#fff;} /*--反选end--*/#wrapper{	width: 600px;	margin: 0 auto;	padding-top: 160px;}#header{	text-align: center;}#logo{	background: url("../images/sprite.png") repeat scroll -7px -270px transparent;	height: 40px;	margin: 0 auto;	text-indent: -9999em;	width: 200px;}#content{	margin-top:80px;}#content ul{	background-image: url("../images/sprite.png");	background-repeat:no-repeat;	background-color:transparent;	width:340px;	height:20px;	padding:35px 25px 0;	margin:0 auto;}.step_1{	background-position:0 0;}.step_2{	background-position:0 -50px;}.step_3{	background-position:0 -100px;}.step_4{	background-position:0 -150px;}.step_5{	background-position:0 -200px;}#content ul li{	display: inline;	float: left;	margin: 0 30px;}#content ul li a{	/*text-indent:-9999em;*/	color: #333333;    cursor: default;    display: block;    height: 20px;    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);    width: 20px;}.first{	margin:0 30px 0 0 !important;}.last{	margin:0 0 0 30px !important;}#footer{	bottom: 20px;	clear: both;	margin: 120px 200px 20px;	position: absolute;}#footer p{	text-align:center;	color:#777;}#footer p a{}