@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000; 
	font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
}

#header {
    align-content: center;
	height: 360px;
	background-image: url(images/coming-soon.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#nothingtosee {
    align-content: center;
	height: 300px;
	background-image: url(images/nothing-to-see.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
