body {
	padding: 0;
	margin: 0;
	background: #f2f6e9;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
/*	width: 50%;
*/
}


.footer-copyright {
}


.logo-image{
    width: 29px;
    height: 35px;
    overflow: hidden;
    margin-top: -6px;
}

.page-footer {
	border-top: 1px dotted #000000;
	color: #000000;
	background-color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 20px 0;
}


