@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-color: #000;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(Images/R0033867.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
h1 {
	font-size: 300%;
	text-align: right;
	color: #0F0;
}
#soon {
	margin: 5% auto 0;
	width: 60%;
}
