How To Keep Your Footer At The Bottom of The Page - CSSReset.com
#footerContainer {
background-color: #000000;
height: 70px;
width:100%;
text-align: left;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
font-size: 45px;
color: #ffffff;
font-variant: small-caps;
font-family:"Times New Roman";
position:absolute;
bottom:0px;
vertical-align: text-top;
font-weight: 50;
font-stretch: ultra-condensed;
}
#facebook{
position:absolute;
right: 10%;
top:0;
}
#twitter{
position:absolute;
right: 5%;
top:0;
}
#email{
position:absolute;
right: 0;
top:0;
}
#logo{
position:absolute;
float:right;
bottom: 0px;
right: 0px;
width:100%;
}