/* Start of CMSMS style sheet 'layout' */
/* wrapper, footer were changed to IDs from CLASSes */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -105px; /* make sure you copy paste this into the #wrap of the main styling css too */
}
#footer, .push {
	height: 105px;
}

/* End of 'layout' */

