body, html { 
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Helvetica", "Arial", sans;
  font-size: 14px;
  line-height: 18px;
}

/* this is needed to vertically center the content */
#space-everything { 
  height: 50%;
  margin-bottom: -287px;
}

#everything {
  position: relative;
  width: 990px;
  height: 575px;
  margin-left: auto;
  margin-right: auto;
}

#logo { 
  position: absolute;
  top: 280px;
  left: 18px;
}

#main_menu { 
  position: absolute;
  width: 140px;
  right: 0px;
  bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}

a { 
  text-decoration: none;
}

img { 
  border: none;
}