body, html { width: 100%; height: 100%; padding: 0; margin: 0; font-family: Helvetica, Arial, sans; font-size: 14px; line-height: 18px; background-image: url(portait.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom; }

/* 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: 0; bottom: 20px; font-size: 28px; font-weight: bold; line-height: 30px; z-index: 3; }

a { 
  text-decoration: none;
}

img { 
  border: none;
}
