@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
#wrap {
	margin:0 auto;
	width:963px;
}
.splash, .support {
	position:relative;
	
	width:963px;
	height:342px;
}
.splash {
	background: url(images/splash.png) no-repeat;
}
.support {
	background: url(images/support.png) no-repeat;
}

.soon {
	position:absolute;
	bottom:18px;
}

.soon a {
	display:block;
	width:75px;
	height:60px;
	background:url(images/soon.png) no-repeat left bottom;
	
}
.soon a:hover{	
	height:120px;
}
.logo {
	position:absolute;
	left:108px;
	top:123px;
}
.logo a {
	display:block;
	width:286px;
	height:67px;
}
.suptext{
	position:absolute;
	top:264px;
	left:116px;
	color:#FFF;
	text-align:left;
	font-size:14px;
}
h4 {
	font-size:16px;
	margin:0;
	padding:0;
}
#footer{
	margin:10px 0 0 0;
}
