@charset "utf-8";

/* General CSS. */

body {
	padding: 0px;
	margin: 0px;
	background-color: #bfbfbf;
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

img {
	border: none;
}

/* Main layout. */

#root {
	position: relative;
	width: 608px;
	height: 312px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	background-image: url(coming-soon.jpg);
	background-repeat: no-repeat;
}

h1, h2 {
	display: none;
}