/* Initial reset
---------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, p, blockquote, form, fieldset, legend {
	margin:0;
	padding:0;
	font:100%/120% Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style:none;
}
fieldset, img {
	border:0;
}
input, select, textarea {
	font-size:100%;
}
/* General
---------------------------------------------------------- */
html {
	font-size:100.01%;
}
body {
	background:#172224 url(../images/background.jpg) no-repeat center top;
	font-size:15px;
	color:#ebebeb;
	width:100%; /* to adapt big background to wrapper */
	display:table; /* to adapt big background to wrapper */
	min-width:960px;
}
.wrapper {
	width:960px;
	margin:0 auto;
}
a {
	color:#3a98b7;
	text-decoration:none;
}
a:hover {
	color:#3bb9e2;
	text-decoration:underline;
}
/* Container
---------------------------------------------------------- */
#container {
	min-height:600px;
	height:auto !important;
	height:600px;
}
h1 {
	background:url(../images/coming-soon.png) no-repeat !important;
	background:url(../images/coming-soon.gif) no-repeat;
	text-indent:-9000px;
	display:block;
	width:376px;
	height:120px;
	margin:100px auto 40px auto;
}
p {
	line-height:150%;
	padding-bottom:12px;
	text-align:center;
}