* {
	margin:0;
	padding:0;
}

body {
	color:#FFF;
	background:#000 no-repeat scroll top center;
	font-size:14px;
	font-family:"Lucida Grande",Verdana,"宋体",Lucida,Arial,Helvetica,sans-serif;
}

a {
	color:#00ff06;
	text-decoration:none;
}

a:hover {
	color:yellow;
	text-decoration:underline;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	text-align:center;
	font:bold 50px "黑体";
	margin-bottom:10px;
}

.hr {
	width:100%;
	height:1px;
	background:#FFF;
	margin:10px 0;
}

#content {
}

#footer {
	text-align:center;
	margin:0 auto 20px;
}

span {
	display:inline;
}

#content img {
	border:0px;
	margin-right:10px;
	margin-bottom:15px;
	float:left;
}