* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	text-align: center;
	height: 100%;
}

.box {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 20px; /* .push must be the same height as .footer */
}

.footerBar {
	height: 20px; /* .push must be the same height as .footer */
	position: relative;
	margin: 0 auto;
	background-color:#011f29;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/