body, html {
	text-align:center;
	margin: 0;
	padding: 0;
	color: #d8d8d9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%; 
	width: 100%;
	background:#161616;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #f10ea0;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	background: #b611cf;
}
img { border:0px; }
#wrapper {
text-align:left;
width:800px;
	margin: 0 auto;
height:100%;
}

#main {
	text-align:left;
	width:800px;
	height:4px;
	margin: 0 auto;
	background: #f10ea0
}

#footer {
	text-align:left;
	width:100%;
	height:12px;
	color:#FFFFFF;
	margin: 0 auto;
	border-top: #f10ea0 1px solid;
}

#content {
	text-align:left;
	width:800px;
	height:100%;
	margin: 0 auto;
}
#space {
	text-align:left;
	width:800px;
	height:357px;
	margin: 0 auto;
}
#logo {
height:186px;
width:800px;
margin: 0 auto;
background: url('ztatuslogo.png');
}

#ad {
height:600px;
width:160px;
margin: 0 auto;
}

#sidebar {
text-align:left;
width:195px;
float:right;
}
#stuff {
text-align:left;
width:600px;
float:left;
}

