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

/* NAVIGATION */
#nav-outer { height:110px; padding-top:11px; position:relative; top:24px; background-image:url("headerbg.png"); }
#navigation { height:100px; width:960px; margin:0 auto; background-image:url("logo.png"); background-position:top left; background-repeat:no-repeat; }

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

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:300px; margin:0 auto; width:980px; }
#headernav { padding-left:864px; }

/* SLOGAN */
#slogan { margin:0 auto; width:980px; padding-top:300px }

/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:980px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }

