/* default page-width div */
#container {
background-color: #e2ebf5;
min-height:100%;
width: 862px;
height:auto;
margin-right:auto;
margin-left:auto;
margin-top:4px;
margin-bottom:-121px;
position:relative;
display:block;
} 

#footer {
position:absolute;
bottom:0;
left:0;
width: 862px;
height: 121px;
background-image: url('../images/bg-footer-blue.gif');
background-repeat: no-repeat;
font-family:arial,helvetica,sans-serif; 
font-size:9px; 
color:#ffffff; 
text-decoration:none;
}