.container {
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
	margin: 5px;
	padding: 5px;
	height: 100%;
	width: 800px;
	border: thin solid #999999;
	position: relative;
	left: 100px;
}
