@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background: #eee;
}

div.container {
	position:relative;
	margin: 0 auto;
	width: 1000px !important;
	left: 50%;
	margin-left: -500px;
	background: #eee;
	text-align:left;
	font-size: 16px;
	line-height: 20px;
	background: #fff;
}

