@import url("reset.css");

body{
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#545454;
}
#MainFlash{
	width:794px;
	height:530px;
	background-color:#fff;
	padding:6px;
	margin:20px auto 0 auto;
}
#Info{
	width:806px;
	height:auto;
	margin:0 auto;
}
#Info .MSC{
	float:right;
	width:90px;
	height:15px;
	padding-top:6px;
}
#Info .SKIP a{
	display:block;
	float:right;
	width:60px;
	height:15px;
	margin:6px 0 0 6px;
	text-align:center;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	background-color:#c9c9c9;
	color:#666666;
	font-size:9px;
	text-decoration:none;
}
#Info .AddInfo{
	clear:both;
	width:794px;
	height:auto;
	line-height:18px;
	margin:0 auto;
	padding-top:6px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C9C9C9;
}