
/**** Parts are listed below to make it easier to find where to apply your backgrounds. ****/

/*************** TILED BACKGROUND ***********************/
html, body {
margin: 0px;
padding: 0px;
background: #fafafa;
}

/************** DIFFERENT BACKGROUND SECTIONS ************/

/* Whole site */
html, body {
margin: 0px;
padding: 0px;
}

/* Whole site sub element */
#bg_wrap_01 {
}

/* Banner and top nav area full width */
#bg_wrap_02 {
}

/* Banner and top nav area, site width with margin for skyscrapers */
#container_01 {
}

/* Banner, logo and top nav area not including skyscrapers (although skyscrapers are technically still in here so don't overflow:hidden or anything) */
#container_01b {
}

/* Shows if logo is configured to appear above the banner */
#logo_above_banner_wrap {
}

/* Banner and top nav area not including skyscrapers at all */
#bannav_wrap {
}

/* Banner area only. Contains banner and logos (if they are inside the banner) */
#banner_wrap {
}

/* Top navigation container - sits within bannav_wrap with banner_wrap */
/* Could be above or below banner_wrap, or not show at all depending on top nav pos */
#top_nav_wrap {

}

/* Remaining area including footer, full width */
#bg_wrap_03 {
}

/* Side nav and content are only. Site width */
#container_02 {
margin-top: 35px;
}

/* Side nav and content are only. Site width */
#container_02b {
}

/* Side nav and content are only. Site width */
#site_wrap {
}

/* Contains side nav */
#side_nav_wrap {
}

/* Contains page content */
#content_wrap {
}

/* Hidden by default, and are in the markup above and below the content wrap */
#above_content {
}
#below_content {
}

/* Full width, contains footer and visitor counter */
#footer_wrap {
}

/* Full width, contains footer and visitor counter */
#footer_text_wrap {
}

/* Site width, contains footer and visitor counter */
#container_04 {
}

/* Site width, actual footer text */
#footer_text {
border-top: 4px solid #0091d7;
border-bottom: 4px solid #0091d7;
}

/* Site width, visitor counter */
#hit-counter-box {
}

/* Empty div below exerything */
#bg_wrap_04 {
}
