body,html {overflow: hidden;}



#site {margin:0px; padding:0px;}

#logo {margin-left:50px; width:240px; height:100%; position:absolute; top:0px;}
#menu {background-color:white; width:240px; height:100%; margin-top:-10px;}

#icons {padding-left:22px;}

#icons img {margin-right:5px;}



#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index:-5000;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

