body, html {
	height: 100%;
	margin: 0px;
}

form{
	margin: 0px;
	padding: 0px;
}

.content {
	margin: 0 auto;
	padding: 0px;
/* 	padding-bottom: 50px; */
	height: calc(100% - 51px);
	overflow-y: auto;
	max-width: 800px;
	background-color: #f9f9f9;
}

.footer {
/* 	position: fixed; */
	bottom: 50px;
	width: 100%;
	height: 50px;
	background-color: #f9f9f9;
	border-top: 1px solid #d4d4d4;
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
}

.footer img {
	margin-left: 8px;
	margin-top: 10px;
	vertical-align: bottom;
	border:0x;
}

.footer a {
	text-decoration: none;
}

.footeracheck {
	text-decoration: underline;
	color:red;
}