* {
margin: 0;
}

html, body {
height: 100%;
background-color: #5f0b16;
text-align: center;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -80px;
/*width: 784;*/
width: 976;
background-color: #FFF;
text-align: left;
}

.footer, .push {
height: 80px;
clear: both;
}

.footer {
	background-color: #CCC;
}
