* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #fff;
    height: 100%;
}

img {
    border-style: none;
}

#background, #header {
    position: absolute;
    width: 250px;
    height: 100%;
    z-index: 2;
}

#title{
    position: absolute;
    top: 50px;

}

#background {
    background-color: #fff;
    filter: alpha(opacity=70); /*IE*/
    -moz-opacity: 0.7; /*FF*/
    opacity: 0.7;
}

#global-nav{
    position: absolute;
    bottom : 20px;
}


#footer {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 3;
}

#img {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 4;
}

