﻿ body 
 {
	background-color: #8C8984;
	text-align:center;
 }
 
 .header
 {
   
   /*background-color: brown;*/
 }
 .sidebar
 {
  width: 1%;      
  /*background-color: Blue; */
  
 }
 .content
 {
  /*background-color: Red; */
   
 }
  .footer
 {
  /* background-color: yellow;*/
 }
 
 
     
 
        
        
       