/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:700px; border-bottom:3px solid #333;  border-top:3px solid #333;}
.headerimg { background-position: center center; background-repeat: no-repeat; width:100%; height:700px; position:absolute;  }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#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 { position:relative; margin:0 auto; top:-205px; }
#headernav { padding-left:1100px; }

#page { position:relative; top:0px; margin:0 auto; height:700px; }
