﻿/*
Styles specific to the PG wrapper around the back of the site.
- Turns body tag to flat black, and makes it so that the background image is gone
*/
body {
    background-color:#000 !important;
    background-image:none !important;
}


#pgBack {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: transparent url(http://pgm.rotator.hadj7.adjuggler.net/servlet/ajrotator/39618/0/vc?z=pgm&kw=&click=) no-repeat fixed top center;
    position: fixed;
    
    /*
    Lock at top
    background: transparent url() no-repeat top center;
    position: abosolute;
    */
}

#pgBack a:link {
    height: 100%;
    width: 100%;
    display: block;
}

#pgWrap {
    width:975px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

