@charset "utf-8";
body {
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	height: 280px;
	width: 835px;
	margin: 0 auto;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#comingsoon {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0 auto;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 835px;
	margin: 0 auto;
	text-align: left;
}
#title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #17901C;
	text-decoration: none;
	width: 835px;
	margin: 0 auto;
}

