html,body{
    height:100%;
    text-align:center;
    margin:0px;
    padding:0px;
    background:#ffff80;
    overflow-y:scroll;}
#page{
    min-height:100%;
    height:auto !important;
    height:100%;
    width:900px;
    text-align:left;
    margin:0px auto -105px;
    padding:0px;
    background:#ffffff;
    border-left:1px solid #ffff80;
    border-right:1px solid #ffff80;}
#header{
    width:900px;
    height:100px;
    background:#ffffff;
    border-bottom:5px solid #ffffff;
    margin:0px;
    padding:0px;}
#content{
    padding-bottom:100px}
#footer{
    width:900px;
    padding:0px;
    margin:0px auto;
    height:100px;
    background:#ffffff;
    border-top:5px solid #ffffff;}               
              
