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

body {
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1d2f48;
	text-align: left;
	min-width: 800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#centerFrame {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -165px;
	width: 380px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

ul {
	line-height: 2em;
	margin: 0 0 0 0;
	padding-left: 1em;
	color: #FFFFFF;
}

a 				{color: #FFFFFF;}
a:hover 		{color: #99FF00;}



