body{

	color: #000;
	font: 20px, 'Georgia', serif;
	margin: 0;
	height:100%;
	margin-top:10px;
	margin-bottom: 10px;
	background-color:#575c5e;


}
.wrapper {
	max-width: 1150px;
	margin:auto;
	min-height:100%;
}
.content{
	background-color:#3776a6;
	margin-bottom:10px;
	padding-bottom:10px;
	border-radius: 0 0 12px 12px; 
}
