@charset "utf-8";
/* Update at 2008-12-21 21:00 */
/* Author: peking12@qq.com */

* {
	margin:0;
	padding:0;
}
body {
	background-image:url(../images/welcome_bg.gif);
	height:100%;
	overflow:hidden;	
}
html {
	height:100%;
}
#outer {
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
}
#outer[id] {
	display:table;
	position:static;
}
#middle {
	position:absolute;
	top:50%;
}
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}  
#inner {
	position:relative;
	top:-50%;
}
.main {
	width:1000px;
	margin:auto;
}
.foot {
	width:1000px;
	margin:auto;
	height:45px;
	background:url(../images/welcome6.jpg) no-repeat;
	text-align:right;
}