/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 800px;
	margin: 0;
	padding: 0;
	background-color: #856b63;
	color: #fff;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 10px;
}
.center {
	display: block;
	width: 500px;
	margin: 0 auto;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

#logo {
  margin: 0 auto;
  width: 212px;
}
#coming-soon {
  text-align: center;
}