
body {
	background: #eee;
}

header{
	max-width:1400px;
	min-width:500px;
	margin: auto;
	padding: 8px;
	border-radius: 7px;
	background: #fff;
	font-weight: bold;
}
	header h4{
		line-height:.8;	
	}

#main{
	max-width:1400px;
	min-width:500px;
	margin: auto;
}