@charset "GB2312";
/* CSS Document */
html {
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#f8f8f8;
	scrollbar-darkshadow-color:#d5d5d5;
}
body{
	margin: 0px;
	text-align: center;
	background-color: black;
	background-image: url('style/index.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

