h1#head {
    width:960px;
    height:243px;
    margin:0;
    padding:0;
    background:url(images/heading.jpg) top left no-repeat;
}
    h1#head a{
        display:block;
        width:960px;
        height:243px;
        text-indent:-9999px;
    }
div#home {
    width:960px;
    height:496px;
    position:relative;
    background:transparent url(images/home.jpg) top left no-repeat;
}
div#content {
    background:#E5F2E1;
}
    div#content .add_padding{
       padding:20px 10px 20px 20px;
    }