@CHARSET "UTF-8";

html {
	height: 100%;
}

* html #page {
	height: 100%;
}


body {
	background-color: #000000;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	background-image: url("/evil-grad.jpg");
	background-position: center;
	background-repeat: repeat-y;
}



#page {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}

#mainpage {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 16px;
}

a {
	color: #eeaaee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

