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

html {
	background-color: #003;
	overfolow: auto;
}

#container {
	width: auto;
	height: 300px;
}

#comingSoon {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	width: 250px;
	height: 150px;
	margin-top: 250px;
	margin-right: auto;
	margin-left: auto;
}

