@charset "utf-8";
/* CSS Document */

/* 整体定义 */
body {
	background-color: #152333;
	text-align:center;
	margin:0 auto;
}
body, td, th {
	font-family:Tahoma;
	font-size: 12px;
	color:#6ebccd;
}
a, img {
	border:none;
}
#home{
	position: absolute;
	top: 60%;
	right:20px;
	float:right;
	text-align:right;
	}