body {
    margin: 0;
    padding: 0;
    background: #000 url(../images/numbnuts/bg_color.gif) top left repeat-y;
}

#background {
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/numbnuts/bg.jpg) bottom left no-repeat fixed;
    z-index: 2;
}

.nav_links a span, a.nav_links span {
    display: none;
}

#croaker_nav_back {
    display: block;
    width: 132px;
    height: 51px;
    background: url(../images/numbnuts/back.png);
    position: absolute;
    bottom: 0px;
    left: 340px;
    z-index: 5;
    cursor: pointer;
}

#croaker_side {
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    padding: 10px;
    margin: 10px 10px 200px 0px;
    width: 396px;
    z-index: 4;
}

#croaker_title {
    background: transparent url(../images/numbnuts/croaker.png);
    z-index: 4;
    width: 380px;
    height: 57px;
    margin: 0 0 50px 0;
}

#croaker_avatar {
    position: relative;
    z-index: 4;
    float: left;
    padding: 20px;
    color: #fff;
}

#croaker_avatar img {
    border: 1px solid black;
}

#croaker_post {
    position: relative;
    z-index: 5;
    float: left;
    list-style-type: none;
}

#numbnuts_side {
    position: absolute;
    left: 406px;
    margin: 0;
    padding: 10px;
    z-index: 4;
}

#numbnuts_title {
    width: 289px;
    height: 79px;
    background: url(../images/numbnuts/numbnuts.png);
    position: relative;
    z-index: 5;
    float: left;
    margin: 0 0 40px 0;
}

#numbnuts_avatar {
    padding: 20px;
    position: relative;
    z-index: 4;
    float: left;
    color: #fff;
}

#numbnuts_avatar img {
    border: 1px solid #203637;
}

#numbnuts_post {
    position: relative;
    z-index: 5;
    float: left;
}

.bw_post_style_1_body p,
.bw_post_style_2_body p {
    padding: 5px 20px;
    margin: 0px;
}

.bw_post_style_1_head
{
    background:url(../images/alley/1_top.png) no-repeat center;
    width:275px;
    height:40px;
}

.bw_post_style_1_body
{
    background:url(../images/alley/1_mid.png)  repeat-y ;
    width:275px;
}

.bw_post_style_1_foot
{
    background: url(../images/alley/1_btm.png) no-repeat bottom;
    width:275px;
    height:23px;
    padding:0;
}

.bw_post_style_2_head
{
    background:url(../images/alley/2_top.png) no-repeat center;
    width:275px;
    height:23px;
}

.bw_post_style_2_body
{
    background:url(../images/alley/2_mid.png)  repeat-y ;
    width:275px;
}

.bw_post_style_2_foot
{
    background: url(../images/alley/2_btm.png) no-repeat bottom;
    width:275px;
    height:23px;
    padding:0;
}
