@charset "utf-8";
/* CSS Document */

.footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 0px;
} 

.body {
	position: relative;
	width: 100%;
	height: 100%;
}