body{
	margin:0;
	padding:0;
	background-image: url(../images/BG_yuwen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-color: #000000;
}

#content{
	position: absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#footer{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	position: absolute;
	bottom:10px;
	width:100%;
}

a:link, a:visited{
	font-size: 10px;
	text-decoration: underline;
	color: #666666;
}

a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #2F3F40;
}
