﻿* {
 margin:0;
 padding:0;
 }

body 
{
     background-color:#2A2627;
     height:100%;
     background-image: url('../graphics/background_top.jpg');
     background-repeat:repeat-x;
}

#main 
{
    padding-bottom:50px;
    padding-top:20px;
}

#wrapper 
{
    width:1024px;
    height:100%;
}

#right 
{
    width:815px;
    margin-left:210px;
      
}

#left 
{
    width:205px;
    float:left;
    height:100%;
}
