body {
margin: 0px;
text-align: center;
}

div.container {
	text-align: justify;
	margin: 0 auto; 
	width: 810px;
	background-color: white;
	height:auto;
	position:relative;
}

div.left {	
	margin: 10px; 
	float: left;
	text-align: left;
}

