
 

body{
    margin:0px;
    width:960px;
    background-color:#eee;
    
}
header{
    width:100%;
    margin:10px;
    background-color:#dddddd;
    border:solid 1px #dd5735 ;
    text-align:center;
}
h1,h2,h3,h4{
    
}
footer{
    width:100%;
    height:200px;
    border:solid black 1 px;
    background-color:#dddddd;
    text-align:center;
}
h1,span{
    color:#dd5735;
}
a{
    text-decoration:none;
}
section{
    
}
.chat1{
    float:left;
    width:200px;
    height:200px;
    margin:10px;
}
.chat2{
    float:right;
       width:200px;
    height:200px;
    margin:10px;
}
#birman{
  margin-top:50px;
  
}
.clear{
    clear:both;
}