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

body {
	background-color: #520000; }
#center {
	background-image: url("../images/splash.jpg");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 480px;
	margin-left: -320px; /* half of width */
	margin-top: -240px;  /* half of height */ }
#message {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 100px;
	margin-left: -320px;  /* half of width */
	margin-top: 150px;   /* half of height */ }