body {
	background:#ffffff url(images/bg.png) no-repeat center top;
    margin:0px;
    padding:0px;
    font-family:tahoma,helvetica,sans-serif;
    font-size:12px;
    color:#4a3c31;
    
}   
    #Base {
        width:978px;
        margin:0 auto;
    }
        #BaseLeft {
            width:948px;
            background:#ffffff url(images/baseLeft.png) repeat-x top;
            float:left;
        }
        #BaseRight {
            width:30px;
            height:248px;
            background:#ffffff url(images/baseRight.png) no-repeat left top;
            float:left;
            position:relative;
        }
  

/*
 * FOOT
 */
#Foot {
    background:url(images/footer.gif) no-repeat;
    width:914px;
    height:48px;
    color:#fff;
    font-size:11px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    line-height:48px;
    margin-bottom:25px;
}  
    #Foot span {
        padding-left:6px;
        padding-right:6px;
    }

