html {
background: #fff url(http://www.bu.edu/bostonia/global/images/bg-bot-half.jpg) repeat-x 0 400px;
}

body,
#footer {
background: transparent url(../images/bg-top-half.jpg) repeat-x;
}

#footer {
background-color: #2d4e0a;
}

body#subpage {
background-position: 100% 0;
/* background-position: 0 -62px; */
}

.wrapper {
position: relative;
width: 862px;
margin: 0 auto;
}

#footer .wrapper {
left: 50%;
margin-left: -431px;
}



/* ------------------------------------------------------------*/
/* ---------->>> BOSTONIA LOGO & MAIN NAV & SEARCH <<<---------*/
/* ------------------------------------------------------------*/
#masthead h1 {
background: url(http://www.bu.edu/bostonia/global/images/bostonia-alumni-magazine.png) no-repeat; 
background-position: 0 0;  /* WHITE VERSION OF LOGO */
/*background-position: 0 -40px;*/  /* BLACK VERSION OF LOGO ? DON'T FORGET TO CHANGE IN PNG-FIX.CSS FILE AS WELL FOR IE6 */
width: 199px;
height: 40px;
margin: 30px 0 35px 0;
}

#main-nav ul li a {
background: url(http://www.bu.edu/bostonia/global/images/bg-main-nav.gif) no-repeat 0 center;
color: #fff;
}


/* ------------------------------------------------------------*/
/* ------>>> CURRENT ISSUE HEADER & ISSUE HIGHTLIGHTS <<<------*/
/* ------------------------------------------------------------*/
#content-hdr {
background: transparent url(../images/bg-content-hdr.png) no-repeat 0 0;
height: 37px;
}

#content-hdr h2 {
background: transparent url(../images/hdr-current-issue.png) no-repeat 12px 10px;
height: 37px;
}

#content-hdr.article h2 {
background: transparent url(../images/hdr-subpage-current-issue.png) no-repeat 12px 10px;
}

#content-hdr.toc h2 {
background: transparent url(../images/hdr-toc.png) no-repeat 12px 10px;
}