BODY {
	text-align:center;
	margin:0px;
	background-color: #fff;
}

#warptable{
	position: static;
}
#mainwarp{
	display:block;
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
}

#maintop{
	width:1004px;
	height:380px;
	background-image: url(../images/main-top-bg.jpg);
	background-repeat: no-repeat;
	position:static;
	overflow: hidden;	
	text-align:center;
}
#mainfooter{
	width:1004px;
	height:150px;
	background-image: url(../images/main-bottom-bg.jpg);
	background-repeat: repeat-x;
}

.swf2008{
	width:780px;
	height:355px;
	border: 4px solid #1776a1;
	background-color: #fff;
	position: absolute;
	top:-50px;
	left:100px;
	right:0;
	margin:0 auto;
}

#mainfooter .logo{float:left;margin:28px;}
#mainfooter .mainfooter_right img{float:left;}
#mainfooter .mainfooter_right{float:right;margin:6px 28px;width:300px;}
#mainfooter .mainfooter_right div{
	margin:28px;
}
#mainfooter .mainfooter_right div p{margin-right:15x;float:left;}

.mainfooter_copy{margin-top:6px;font-size:12px;color:#9ee1ff;}
.clear{clear:both;}

.width20{width:8px;}