html { height: 100%;}



body { 
height: 100%;
background: #D8E3A7; 
font-family: Helvetica, Tahoma, Verdana, Arial; 
font-size: 100%; 
color: #888EBA; 
margin: 0; 
padding: 0;}

.page { 
display: block;
padding-left:80px;
padding-top:40px;
z-index:95;
}


.quotes {
display: block;
position: relative;
font-size:12px;
width:80%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer
{
position: relative;
height:45px;
margin-top: -2.5em;
}