html, body {	margin: 0;	height: 100%;}body {	background-color: #fff;}#main_table {	height: 100%;	width: 100%;}#container {	width: 1200px;	height: 600px;	margin-left: auto;	margin-right: auto;	position: relative;	background-color: #fff;	text-align:center ;}#textblock {	position: absolute;	left: 170px;	top: 560px;	width: 1030px;	color: #66714b;	font-family: 'Open Sans', sans-serif;	font-size: 14px;	line-height: 25px;	letter-spacing: 1px;	text-align: left;}#textblock a {	text-decoration: underline;	color: #66714b}#textblock a:hover {	text-decoration: none;}