/* CSS Document */
body {
	background-color:#101011;
	background-image:url(bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Arial, sans-serif;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:3px;
	color:#e8e8e8;
}

div#header {
	top:100px;
	left:100px;
	position:absolute;
}

div#splash {
	background-image:url(cwsplash.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	width:250px;
	height:200px;
}

div#text {
	top:150px;
	left:150px;
	position:absolute;
	width:300px;
}

div#text2 {
	top:10px;
	right:10px;
	position:absolute;
	font-family:Arial, sans-serif;
	font-size:7px;
	font-style:italic;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	letter-spacing:1px;
	color:#e8e8e8;
	border-bottom:1px solid #e8e8e8;
	width:200px;
}

div#error {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
