
/* COMING SOON */

html {
	background-color: #0b217d;
}


div#comingsoon {
	background: url(comingsoon.jpg) no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	display: block;
	text-align: center;
	color: white;
	font-size: 16pt;
		line-height: 20pt;
		
	}
	
div#comingsoon h1,h2{
	text-indent: -9999px;
}

div#comingsoon p{
	margin: 300px 0 0 0;
}

div#comingsoon a{
	color: white;
	text-align: center;
}

h3 {
	color: white;
}