/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body, html{
     margin:0;
     padding:-20px;
     }
     
#content{
         margin:0 auto;
         width:960px;
         height:700px;
         }
        
         
#wrap{
      text-align:center;
      color:#0066FF;
      font-family:Verdana, Helvetica, sans-serif;
      font-size:28px;
      }

#left{
      float:left; 
      width:300px;
      }
      
#right{
       float:right;
       width:550px;
       }
      
#footer{
        width:960px;
        color:#0066FF;
        font-family:Verdana, Helvetica, sans-serif;
        font-size:12px;
        float:none;
        text-align:center;
        }
