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

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    min-height: 100%;
    position: relative;
    margin: 0 auto -50px;   /* Height of the footer */
}

#container {
    width: 990px;
    margin: 0 auto 0 auto;
}

#content {
    margin-top: 1em;
    overflow: hidden;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
}

#header img.logo {
    margin: 2em;
    border: 0;
}

#nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 235px;
    height: 22px;
    padding: 2px 0 0 20px;
    background-repeat: no-repeat;
}

#nav-trail {
    position: absolute;
    height: 21px;
    right: 0;
    top: 0;
    width: 50%;
}

#header {
    position: relative;
}

#push {
    height: 50px;
}

#footer {
    bottom: 0;
    width: 100%;
    height: 43px;
    position: relative;
    padding-top: 4px;
    margin: 0 auto;
}

#footer ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#footer li {
    display: inline;
    margin: 0 1em 0 1em;
}

