﻿   .header{
   position: relative;
   float: left;
   left: 0px;
   width: 1200px;
   background-color:Green;
}
.wrapper{
   position: relative;
   float:left;
   left: 0px;
   width: 1200px;
   background-color: #000000;
}
.left{
   position: relative;
   float: left;
   left: 0px;
   width: 200px;
   background-color:Blue;
   padding: 10px;

}
.right{
   position: relative;
   float: right;
   right: 0px;
   width: 925px;
   background-color: #000000;
   padding: 10px;
}
.footer{
   position: relative;
   float: left;
   left: 0px;
   width: 1200px;
   background-color:Yellow;
   text-align:right;
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color:Silver;
}
.NewText {
color: Red;
}
