 html,
body {
height: 96.5%;
background: url('../img/body.png') repeat scroll 0% 0% transparent !important;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer main-wrapper*/
.main-wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}
.pad-content {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.redspan {
	color: #e13e42;
}
/* Set the fixed height of the footer here */
#push,
.footer {
height: 60px;
}
.footer {
background-color: #f5f5f5;
}
