* 
{
padding: 0;
margin: 0;
}
body  
{
font: 100% Tahoma;
text-align: center;
background: #fff url(bg.gif);
repeat bottom right;
margin-top: 20px;
}
#mother 
{
width: 950px;
text-align: left;
margin: 0 auto;
border: 0px dashed #e6e5e5;
}
#header 
{
width: 950px;
height: 190px;
background: url(head.png);
border: 0px dashed #e6e5e5;
}
#main 
{
width: auto;
height: auto;
padding: 20px 20px;
border: 1px dashed #e6e5e5;
}

