﻿#container
{    
    margin:auto;
    text-align:left;    
}

#header
{    
    height:76px;
    background:#d0deae url(../images/header.jpg) no-repeat top;
    padding:0;
    margin:0;
}

#content
{
    width:755px;
}

#footer
{
    height:50px;
    text-align:center;
}

#container, #header, #footer
{
    width:755px;
}
