body {
	background-image: url("../img/bg.jpg");
	background-repeat: repeat;
}
		
	#text a:link {
	color: rgba(40, 40, 40, 1);
	text-decoration:none; 
	}
	#text a:visited {
	color: rgba(40, 40, 40, 1);
	text-decoration:none; 
	}
	#text a:hover {
	color: rgba(40, 40, 40, 1);
	text-shadow: 0px 0px 3px #000;
	text-decoration:none; 
	}
	#text a:active {
	color: rgba(40, 40, 40, 1);
	text-shadow: 0px 0px 3px #000;
	text-decoration:none; 
	}

#background {
	background: rgba(250 ,250, 250, 1);
	background-attachment: fixed;
	width: 480px;
	height: 768px;
	margin: 20px 60px;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, .35);
}

#main0 tc {
	display: none;
}

#main0 tc.block {
	display: block;
}


#TabTitle {
	position: absolute;
	top: 80px;
	left: 25px;
	
	color: #fff;
	text-align: left;
	text-shadow: 0px 0px 8px #000;
	font-family: ËÎÌå;
	font-size: 13px;
}

	#TabTitle a:link {
	color: rgba(250, 250, 250, 1);
	text-decoration:none; 
	}
	#TabTitle a:visited {
	color: rgba(250, 250, 250, 1);
	text-decoration:none; 
	}
	#TabTitle a:hover {
	color: rgba(250, 250, 250, 1);
	text-shadow: 0px 0px 8px rgba(180, 0, 0, 1);
	text-decoration:none; 
	}
	#TabTitle a:active {
	color: rgba(250, 250, 250, 1);
	text-shadow: 0px 0px 8px rgba(180, 0, 0, 1);
	text-decoration:none; 
	}

#copyright {
	position: fixed; 
	padding: 0 10px;
	bottom: 10px;
	right: 5px; 
	margin: 0;
	overflow: auto;
	float:left;
	z-index:-1;		/* ¿ÓµùµÄ¸¡¶¯²ã */
	
	color: rgba(250, 250, 250, 1);
	text-align: right;
	text-shadow: 0px 0px 5px #000;
	font-family: Î¢ÈíÑÅºÚ, Myriad Pro;
	font-size: 12px;
}

#logo {
	position: relative;
	width: 200px;
	height: 70px;
	top: 10px;
	left: 140px;
}

#caption {
	position: relative;
	top: 30px;
	left: 40px;

	color: rgba(40, 40, 40, 1);
	text-align: left;
	text-shadow: 0px 0px 5px #000;
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 18px;
	
}

#picture {
	position: absolute;
	width: 160px;
	height: 200px;
	top: 160px;
	left: 345px;
	
	background-image: url("../img/picture.jpg");
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	box-shadow: inset 0px 0px 7px 5px rgba(0, 0, 0, .45);
	-webkit-box-shadow: inset 0px 0px 7px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow: inset 0px 0px 7px 5px rgba(0, 0, 0, .45);

}

#text {
	position: relative;
	width: 380px;
	top: 50px;
	left: 60px;
	
	color: rgba(40, 40, 40, 1);
	text-align: left;
	font-family: ËÎÌå;
	font-size: 12px;
}

#attention {
	position: absolute;
	top: 600px;
	left: 230px;

	color: rgba(40, 40, 40, .5);
	text-align: center;
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 22px;
}

#weibo {
	position: relative;
	top: 30px;
	left: 20px;
	height: 440px;
	width: 440px;
}