/* CSS Document */

body {
background: #C2C094 url('bg.gif');
margin-top: 0;
}
#sayfa {
width:850px;
background-color:#ECECEC;
height: auto;
margin: auto auto auto auto;
}
#header{
width:800px;
height:250px;
background-color:#990000;
}
#sol {
background-color:#efefef;
float:left;
height:auto;
width:180px;
margin: 5px 5px 5px 5px; 
}
#sag {
background-color:#fff;
float:right;
height:auto;
width:640px;
margin: 5px 5px 5px 5px;
}


