* {
	margin:0px;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family:Arial, Verdana, Helvetica, sans-serif, "Microsoft Yahei";
	font-size:12px;
	color:#333333;
	line-height: 1.5em;
	background: #000 url(../css/index-bg.gif) fixed;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#FFFF00;
}
#warp{
	width: 1002px;
	height: 600px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -501px;
	margin-top: -300px;
	z-index: 100;
	}
#mains{
	width: 1002px;
	height: 600px;
	padding: 0px;
	margin: 0;
	position: relative;
	background:#000
}
#sk {
	height: 22px;
	width: 360px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align:right;
}


