body{
    background:url(images/bg.jpg) no-repeat top center fixed;
}
.standard-bg {
    /*background-color: #f2eddc;*/
    background-color: rgba(242, 237, 220, 0.9);
    padding: 3px 20px 3px 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.container,.header{
    margin:auto;
    width: 700px;
}
.header{height: 84px;}
#logo
{
    float:left;
}
#poweredBy {
    height: 20px;
    padding-top:64px;
    float:right;
    vertical-align: bottom;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    font-weight: bold;
    font-size: 11px;
}
.redFont {color: #e40000;}