body {
 margin:0 0 0 0
}


#container {
 position:absolute;
 top:0px;
 width:100%;
 overflow:hidden;
 margin:0;
 z-index:10
}

#footer {
 position:absolute; 
 bottom: 0px;
 height:30px;
 width:100%;
 background-color:white;
 z-index:1000
}

#footwrap {
 z-index:1000;
 width:734px;
 margin:0 auto;
 background-image:url("http://www.trinityproperties.com/nELEMENTS/images/bottombg.jpg");
}


body>div#footer {
    position:fixed;
}

