* {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 48px;
    color: #DEDEDE;
    font-weight: bold;
}

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

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#backgroundImage {
    z-index: -1;
    position: absolute;
}

#menu {
    position: absolute;
    right: 0;
    bottom: 30px;
}

#content {
    width: 100%;
    height: 100%;
    position: relative;
    /*background: #dedede;*/
}

#section {
    /*border-left: 1px solid red;*/
    text-align: center;
    float: right;
}