
.header{
    width: 100%;
    left: 0%
}

.colmask{    
    left: 0%;
    width:820px;   
    
}



.footer{
    width: 100%;
    left: 0%;
    margin-top:50px;
}

.header{
    clear: both;
    float: left;
    position: relative;
    background-color:#000;
}

#middle_container {
    border-left:10px #fff solid;
    border-right:11px #fff solid;
    border-bottom:11px #fff solid;
    text-align:left;
    padding:10px;
}
.colmask{
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;  
    
}

.content_holder{
    clear: both;
    width: 821px;  
    position: relative;    
    background-image: url(../../assets/images/bg.jpg);
    background-repeat: repeat-x;
    background-color:#b9dcf8;
}

body {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 90%;
    width: 100%;
    min-width: 600px;    
    background-color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
