body {
background-color:#111;
}

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

#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;
}

#content {
background-color:#6c6;
padding-bottom:60px;
}

#sidebar {
background-color:#6cc;
padding-bottom:60px;
}

