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

body { margin:0;}

#container {
	width: 100%;
	margin:20px auto;
	text-align:center;
}

#comingSoon {
	margin: 30px 0 20px 0;
	background-color:#999;
	padding: 20px 0;
	width:100%;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	color:#333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	font-weight:bold;
}