*{ margin: 0; padding: 0; }
html {
	height: 100%;
}
body {
	padding: 0px;
	background-color: #000000;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #CCC;
}
#center {
	width: 664px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -335px;
	position: absolute;
	background: url(dxn.jpg) no-repeat;
}
#center h1 {
	text-indent: -8888px;
}
#content {
	padding-top: 190px;
	margin-left: 20px;
}
#content ul {
	text-align: center;
}
#content li {
	list-style: none; 
	line-height: 1.5em;
}
