* {
  border: none;
  margin: 0px;
  padding: 0px; 
}

html, body {
  width: 100%;
  height: 100%; 
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 1em; 
}

#halberScreen {
  width:100%;
  height:50%;
  margin-bottom: -375px;
  float:left;
}

#wrapper {
  height: 762px;
  width: 766px;
  clear: left;
  margin: auto;
  position: relative;
}

  #wrapper #content {
    
  }
  
  #wrapper #footer {
    height: 12px;
    text-align: right;
    width: 163px;
  }
  
    #wrapper #footer #counter {
      color:#D0CAC0;
      font-size: 0.7em;
    }

