html,body {
	margin:			0;
	padding:			0;
	background: 		#e2e6ea;

}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	background:	#e2e6ea;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 400px;
	border: solid 1px #a9a9a9;
}











