html{
    height: 100%;
}
/*remove top-margin from first & last inline contents of a div */
.ctm{margin-top: 0}
.cbm{margin-bottom: 0}

.pagesetting{
    margin: auto;
    max-width: 1200px;
    /*width: 560px;*/ /*uncomment to stiffen*/
}
img{
    max-width: 100%;
}
body {
    background: #808080 url(images/bg.jpg);
    color: Black;
    margin: 0;
    height: 80%;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', sans-serif;
}
.banner{
    padding: 10px
    /*background-color: #b200ff;*/
}
.mainbody {
     width: 90%; /*comment out to stiffen*/ 
     background-color:  #444;
     height: 100%;
}
.content{
    margin-right: 260px;
    /*height: 475px; */
    background-color:  #444;
} 
.imageholder{text-align: center; padding: 80px 0 }
.sidebar{
    float: right;
    width: 260px;
    background-color: Black;
    height: 100%;
}
.sidebar div{
    padding: 10px
}
.sidebar h3{color: #fff; text-align: right; margin: 0}

.one{background-color: #009933; }
.two{background-color: #cc9933;}
.three{background-color: #6699ff;}

.footer{
    clear: both;
    /*height: 100px;*/
    opacity: 0.5;
    filter: alpha(opacity=50);    
}