/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color: #000000;
}

 #container {
	position:absolute;
	left:50%;
	width:750px;
	margin-left:-375px;
	margin-top:50px;
	padding:0px;
	border:2px solid #FFFFFF;
	background-color:#FFFFFF;
	height: 400px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 25px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	padding-left: 25px;
}
a:link {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #990000;
	text-decoration: none;
}
