html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	background-color: #E9DAAF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	color: #52524a;
}

body {
	font-size: 10px;
	line-height:150%;
}

#mainContainer {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#CenContainer {
	width: 100%;
	height: 100%;
}

#footerContainer {
	text-align: right;
	padding:20px 15px 20px 0px;
}

.logo_left {
	float:left;
	width:178px;
	padding:0px 0px 0px 0px;
}

a, a:hover {
	color:#52524a;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
