html, body {
	background: #0B1117 url(images/background.png) repeat-x;
   margin: 0px;
   padding: 0px;
   width: 100%;
   color: #FFFFFF;
   font-size: 12px;
   font-family: "Arial", sans-serif;
	overflow: auto;
   height: 100%;   
}

#page {
	text-align: center;
   position: relative;
   top: 50%;
}

#wip {
	background: url(images/wip.png) no-repeat;
   height: 63px;
   width: 226px;
   margin: auto;
   position: relative;
   top: -63px;
   z-index: 2;
}

#wip:hover {
	background-position: 100%;
}

#desc {
	background: url(images/wip2.png) center -7px no-repeat;
   position: relative;
   height: 60px;
   top: -80px;
   padding-top: 20px;
   width: 200px;
   margin: auto;
   z-index: 1;
}

a, a:visited, a:hover {
   color: #FFFFFF;
   text-decoration: none;
}