* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
	width:100%;
}
body {
	background: #030415 url('background.jpg') repeat-x fixed 50% 0;
	font: 16px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
}
p {
	margin:25px auto;
	text-align:center;
	color: #88c5ef;
}
h1, p.coming_soon {
	width:400px;
	text-indent:-9999px;
	overflow:hidden;
}
h1 {
	height:380px;
}
p.coming_soon {
	width:340px;
	height:56px;
	background: transparent url('comingsoon.png') no-repeat 50% 50%;
}
strong {
	color:red;
	font-size:1.4em;
}
em {
	text-decoration:underline;
}
#invertedchaos {
	position:absolute;
	bottom: 15px;
	right: 15px;
	background: transparent url('invertedchaos.png') no-repeat 50% 50%;
	width:112px;
	height:39px;
	text-indent:-9999px;
	overflow:hidden;
}
