body
{
  margin: 0px;
  padding: 0px;
  
  font-family: Arial, sans-serif;
  
  /*
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;*/
}

div#banner
{
  position: absolute;
  top: 0px;
  height: 120px;
  width: 100%;
  text-align: center;
}

div#head
{
  position: absolute;
  top: 120px;
  height: 100px;
  width: 100%;
  text-align: center;
}
div#site
{
  position: absolute;
  top: 220px;
  width: 100%;
  text-align: center;
}


