body, html {
background: #333333;
}
/* Use border colours for full-height columns
*/
#mainContainer {
background: #fff;
}
.outer {
border-left-color:  #fff;
border-right-color: #999;
}
/* End of border colours */

/* Uncomment to use image as background for columns
#mainContainer {
background: #fff url(column-bg.gif) repeat-y;
}
.outer {
border-left-color: transparent;
border-right-color: transparent;
}
*html .outer {
border-color: pink;
filter: chroma(color=pink);
}
*/

/**************************
HEADER
**************************/
#header {
background: transparent url(header.jpg) no-repeat;
}
/**************************
MENU
**************************/
#hmenu,#vmenu {
background: transparent;
}
/**************************
CONTENT AND COLUMNS
**************************/
#content {
 background-color: #fff;
}
/**************************
FOOTER
**************************/
#footer {
background-color: #333333;
}

