html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #fff url(../images/layout/header.jpg) repeat-x 50% 0;
  color: #555;
  font: 16px/1.2em normal Helvetica, Arial, sans-serif;
}

#container {
  min-height: 100%; height: auto !important; height: 100%;
  margin: 0 auto -150px auto;
  font-size: 62.5%;
  line-height: 1.2em;
}
#footer, #push {
  height: 150px;
  font-size: 62.5%;
  line-height: 1.2em;
}

#header {
  background: url(../images/layout/header_bg.jpg) no-repeat 50% 0;
}
  #header-content {
    position: relative;
    width: 960px;
    height: 198px;
    margin: 0 auto 20px auto;
  }
  
  #logo a {
    position: absolute;
    left: 0;
    top: 35px;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 70px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
  }
  #header_claim {
    width: 0;
    height: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
  }
  
  #user-menu {
    position: absolute;
    top: 10px;
    right: 120px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #user-menu li {
    float: left; display: inline;
    margin-right: 20px;
  }
  #user-menu li a {
    float: left; display: inline;
    font-size: 130%;
    line-height: 1.2em;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
  }
  #user-menu li a:hover {
    text-decoration: underline;
  }
  
  #games-menu {
    position: absolute;
    left: 0;
    top: 135px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #games-menu li {
    float: left; display: inline;
    margin-right: 0px;
  }
  #games-menu a {
    float: left; display: inline;
    height: 29px;
    font-size: 120%;
    line-height: 29px;
    padding: 0 12px 0;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  #games-menu li.current a, #games-menu a:hover {
    background: url(../images/layout/piquito.png) no-repeat 50% 100%;
  }

  #header .banner {
    position: absolute;
    right: 15px;
    top: 52px;
    border: 3px solid #fff;
  }

#pagebody {
  width: 100%;
}
  #pagebody-content {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 100px 0;
    font-size: 130%;
    line-height: 1.2em;
  }

#footer {
  background-color: #1e1e1e;
  color: #fff;
}
  #footer-content {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 25px 0 0 0;
  }
  #footer-content a {
    color: #fff;
    background-color: transparent;
  }
  
  #footer-games-menu {
    float: left; display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #footer-games-menu li {
    float: left;
    display: inline:
  }
  #footer-games-menu a {
    float: left;
    display: inline;
    font-size: 120%;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  }
  #footer-games-menu a:hover {
    background-color: #585858;
    color: inherit;
  }
  #footer-ideateca-logo {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  #footer-copy {
    clear: both;
    text-align: center;
    font-size: 100%;
    padding-top: 70px;
    line-height: 25px;
  }
  #footer-copy a {
    color: #fff;
    background-color: transparent;
  }

  #footer_lang_selector {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 110%;
    line-height: 1.2em;
  }
