@charset "utf-8";
* { border:0px; }
body {
	background: #1d1d1d;
	margin:0px;
	padding:0px;
}
.status{
width:970px;
height:583px;
margin:auto;
}

.clear { clear:both; }
.trans { opacity:.6; }

#wrapper {
	width:100%;
	height:100%;
}

#top {
	margin:180px 0px 80px 0px;
	text-align:center;
}

#bottom {
	padding:60px 0px 30px 0px;
	background:#000;
	text-align:center;
}

#link { 
	padding:10px;
	font-size:11px;
	text-align:center;
}

#link a {
	color:#fff;
	text-decoration:none;
}

#link a:hover {
	text-decoration:underline;
}

#bottom a { opacity:.6 }

#bottom a:hover { opacity:1; }

#bottom ul {
	list-style:none;
	width:900px;
	margin:auto;
}

#bottom li {
         float:left;
	  padding:0px 20px 0px 0px;
}
