html, body, #ksgm {
margin: 0px;
padding: 0px;
width: 100%;
}

#container, #btm_container {
position: relative;
padding: 0px;
margin: 0px auto;
}

#container {
background-repeat: repeat-y;
}

#btm_container {
background-repeat: no-repeat;
}

#site, #btm {
position: relative;
padding: 0px;
margin: 0px 10px;
}

#top, bar_top, #middle, #bar_btm {
position: relative;
padding: 0px;
margin: 0px;
width: 100%;
}

#top {
background-image: url(/template/images/top.gif);
background-repeat: repeat-x;
height: 120px;
}

#panel_top {
position: absolute;
background-image: url(/template/images/panel_top.png);
background-repeat: no-repeat;
top: 0px;
width: 320px;
height: 130px;
z-index: 1;
}

#logo {
position: absolute;
background-image: url(/template/images/logo.gif);
background-repeat: no-repeat;
top: 20px;
left: 25px;
}

#logo, #logo a {
width: 270px;
height: 81px;
overflow: hidden;
}

#logo a {
display: block;
padding-left: 270px;
}

#sections {
position: absolute;
right: 20px;
bottom: 20px;
}

#bar_top, #middle, #bar_btm {
overflow: hidden;
}

#bar_top {
background-image: url(/template/images/bar_top.gif);
}

#bar_top, #bar_btm {
height: 10px;
background-repeat: repeat-x;
}

#middle {
background-image: url(/template/images/panel_middle.gif);
background-repeat: repeat-y;
background-color: #efeee1;
}

#panel_middle {
position: relative;
width: 320px;
float: left;
}

#content {
position: relative;
float: left;
}

#bar_btm {
clear: both;
background-image: url(/template/images/bar_btm.gif);
}

#btm {
background-image: url(/template/images/btm.gif);
background-repeat: repeat-x;
height: 90px;
}