* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #f8f8f8;
}

.b-page {
	min-height: 100%;
	margin-bottom: -51px;	
}
* html .b-page {
    height: 100%;
}
.navbar {
	background-color: #fff;
}
.b-buffer {
    height: 51px;
}
.b-footer {
	height: 50px;
	border-top: solid 1px #ccc;
	background-color: #fff;
	line-height: 50px;
}
.b-content {
	padding-bottom: 40px;
}