﻿body
{
    margin: 0px;
    padding: 0px;
     
}



#content
{
     
    background: #fff;
    width: 80%;
    top: 25px;
}


#rightcolumn
{
    width: 20%;
    height:670px;      
    position: absolute;
    top: 25px;
    right: 0px;
    background-color: White ;
    z-index:100;
}
#footer
{
    clear: both;
    background: #ffff;
    width: 100%;
    height: 112px;
    
     z-index: 200;
   
}
