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

/* --- CSS RESET STYLESHEET --- */
* 	{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color:#fff;
}

#comingsoon {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
}
