html, body {
	height: 100%;
}

#social {
	height:26px;
	width:119px;
        margin:auto;
        float:right;
}
 
.social-media li {
	padding-right:5px;
	list-style:none;
	display:table-cell;
	*display:inline;
}

.wrapper {
        position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
        width:800px;
	margin: 0 auto -29px; /* the bottom margin is the negative value of the footer's height */
}

.wrapper-home {
        position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
        width:900px;
	margin: 0 auto -29px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 29px; /* .push must be the same height as .footer */
        width:800px;
        margin:auto;
        clear:both;
}

.footer {
        overflow:hidden;
        position:relative;
}

.footer-home, .push-home {
	height: 29px; /* .push must be the same height as .footer */
        width:900px;
        margin:auto;
}

.footer-home {
        overflow:hidden;
        position:relative;
}

#info {
        font-family:Arial, Helvetica, sans-serif;
        font-size:0.75em;
        margin-top:5px;
        margin-left:15px;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/