* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	border:none;
}
strong {
	font-weight:bold;
}
a {
	outline:none;
}

body, html {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align:center;
	background: url(../images/bg.jpg) no-repeat top center;
	line-height:17px;
	color:#000;
}
#wrapper {
	width:934px;
	min-width:934px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#inner {
	background:url(../images/coming_soon.jpg) no-repeat;
	width:934px;
	height:599px;
	margin-top:-5px;
}
#inner p {
	color:#fff;
	padding-top:540px;
}
#inner p a {
	color:#FC9;
}
#inner p a:hover {
	text-decoration:none;
}