/*
  stylesheet.css
*/


BODY 
  
  {
    text-align: center;
    color: #000000;
    background: #7692d2;
  }

#fixed
  {
    width: 780px;
    background: #ffffff;
    color: #000000;
    margin: 15px auto 0px auto;
    
  }
#header
  {
	  height:143;
	  background-color:3055a6;
	  margin:0px 0px 5px 0px;
	  border:0px;
  }