body {
background-color:#111;
}

#header {
background:#111 url(img/circ-head.png) 0 0 no-repeat;
height:160px;
min-height:160px;
}

#footer {
background:#111 url(img/circ-foot.png) 0 0 no-repeat;
height:30px;
min-height:30px;
text-align:center;
}

#bg {
background:#fff url(img/circ-bg.png) 0 0 repeat-y;
}

/*** SIDEBAR ***/
#sidehead {
background:transparent url(img/sidebar-head.png) 0 0 no-repeat;
height:14px;
min-height:14px;
}

#sidefoot {
background:transparent url(img/sidebar-foot.png) 0 0 no-repeat;
height:14px;
min-height:14px;
}

#sidebg {
background:transparent url(img/sidebar-bg.png) 0 0 repeat-y;
}

#sidebar h3, #sidebar p {
color:#fff;
padding:0 10px;
}

