html, body, .container{ height: 100%; margin: 0; padding: 0; }
body{
	min-width: 100px;
	background:#dbd8c7;
	
}
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;
	color: #202020;
	background-color: #8B5E3C;
}

img {
	max-width:100%;
	height:auto;}
	
.inner {
	max-width:1024px;
	margin:0 auto;
	text-align:center;}