/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#000000;
}
h1 {
	padding:0;
	margin:0 0 0 20px;
	font-size:16px;
}
p {
	margin:9px 0 0 20px;
	padding:0;
	font-size:12px;
	line-height:18px;
}
p+p {
	font-style:italic;
	font-size:11px;
}
/* styles for IE 5 Mac */
#centerwrap {
	background-color:#000000;
	width:500px;
	height:480px;
	margin:10px auto;
	position:relative;
}

#content {
	background-color:#000000;
	position:absolute;
	top:11px;
	left:-44px;
	height:480px;
	width:500px;
	padding:10px 20px 10px 10px;
	overflow:auto;
}
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin:-250px 0 0 -250px;
	left:50%;
	top:50%;
}
/* end hack */