html{
    overflow-x: hidden;
    width: 100%;
}

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:480px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }

/* CONTROLS */
.btn { 
    cursor: pointer;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { 
    bottom: 10px;
    position: absolute;
    right: 15px;
}