  html {
  	height: 100%;
  }
  body { 
  	background: #525152 url(qs.jpg) no-repeat 50% 50%; 
  	color: #999; 
  	font-family: Verdana, Arial, Helvetica, Sans-serif; 
  	font-size: 12px; 
  	margin: 0;
  	padding: 0;
  }
  a { outline: none; }
  h1, p { font-size: 0; text-indent: -9999px; }
  #entersite { 
    width: 760px; height: 400px; 
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -200px;
  }
  #sitemap { 
    width: 760px; 
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: 220px;
    text-align: center;
  }
  #sitemap a { color: #999; }

