@charset "UTF-8";
/* CSS Document */

#wrapper {
    max-width: 724px;
    margin: 0 auto;
}
#wrapper img{
    width:100%;
}

/* logo */

#logo {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 724px;
   height: 168px;
   margin-top: -84px; /* Half the height */
   margin-left: -362px; /* Half the width */
}

body { 
    background-image: url('ab_images/bgImage.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}