*
{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

BUTTON, LABEL
{
	cursor: pointer;
}

BODY
{
	background: #eee;
}

DIV#logo
{
	width: 960px;
	position: relative;
	margin: 16px auto;
	border: 1px solid #555;
	background: #FFF;
}

DIV#logo IMG
{
	display: block;
	position: relative;
	margin: 8px auto;
	width: 800px;
	height: 284px;
}

DIV#comingsoon
{
	text-align: center;
	margin: 32px 0 64px 0;
	font-family: monospace;
	font-size: 16px;
	font-weight: bold;
}

DIV#footer
{
	width: 960px;
	position: relative;
	margin: 80px auto;
	padding: 8px;
	font-size: 12px;
	text-align: center;
}