#secondary {
    background: #000 url('../images/bg/body-bg-secondary.png') repeat-x top left
}

#secondary div.one_column #main {
    background-image: none
}

#secondary div.one_column #main #content {
    width: 970px;
    background-image: none;
    text-align: center
}

#secondary div.one_column #main #content iframe {
    width: 97%;
    margin-bottom: 20px
}

/*_PROMOTION*/
#secondary #promotion {
   position: absolute;
   top: 185px;
   right: 0;
   width: 980px;
   height: 74px;
   background: url('../images/promo-secondary.png') no-repeat right top;
   z-index: 5
}

#secondary #promotion h2 {
   position: absolute;
   top: 26px;
   left: 45px
}

#secondary #promotion #flare {
    position: absolute;
    top: -126px;
    right: -89px;
    z-index: 1
}

#secondary #promotion a.register-today {
    position: absolute;
    bottom: -18px;
    right: 50px;
    z-index: 10
}

/*_MAIN*/
#secondary #main {
   position: absolute;
   top: 257px;
   z-index: 4
}

#secondary #main #sidebar div.inner-sidebar {
   padding-top: 50px
}

#secondary #main #gallery {
    margin-left: -10px;
    margin-right: -20px;
    text-align: center
}

#secondary #main #content div.inner-content .info {
    background: url('../images/bg/divider-hor.png') no-repeat left top;
}

#secondary #main #gallery div.gallery-photo {
    float: left; 
    width: 188px;
    height: 131px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url('../images/bg/gallery-photo-bg.png') no-repeat center center;
    position: relative
}

#secondary #main #gallery div.gallery-photo img {
    position: absolute;
    top: 6px;
    left: 6px
}

