@charset "utf-8";
/* CSS Document */



html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	weight: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
	border: 0px none;
	
	
}

#wrapper td {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	/*border: 2px solid #663300*/
}

#inner {
	width: 800px;
	height: 500px;
	background: url(assets/images/comingsoon.png) top left no-repeat;
	margin: 0px auto;
	position: relative;
	
}