body {
   background-color: #49596C;
}

 #container { 
   border: 1px #7E7E7E solid; 
   margin: 10px auto; 
   width: 770px;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10pt;
   background-color: #fff;
 }

 #header { 
     height: 91px;
     background: #fff url(cellphonelogo/header.jpg);
     background-repeat: no-repeat;
}

 #content { 
   float: left; 
   width:560px;
   padding: 25px; 
   line-height:20px;
     background: #fff url(cellphonelogo/bg.jpg);
     background-repeat: no-repeat;
}

 #content h1, h2 {

   font-size : 170%;
   color: #49596C; 
   background: url(cellphonelogo/h1.gif) no-repeat 0 0;
   padding-left: 26px;
   border-bottom: 1px solid #49596C;
 }

 #banner { 
   float: right; 
   margin-top: 11px; 
   padding: 5px; 
}
 #navbar{
   padding: 80px 0px 0px 0px; 
}

 #navbar a{
float:right;
width:146px;
text-decoration:none;
color:#fff;
background-color:#49596C;
padding:5px;
border:1px solid white;
}

 #navbar a:hover {
background-color:#606AB8;
color:white;
}


 #footer { 
      text-align: center;
      clear: both;
} 
 
h1 {
          font-size : 150%;
 }
    

