html, body
{
   width: 100%;
   height: 100%;
   background-color: #e7eadf;
   margin: 0;
   padding; 0;
   text-align: center;
}
#tat-outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -290px;
	text-align: center;
	min-width: 950px; 
}
#tat-inner {
	position: relative;
	text-align: left;
	width: 950px;
	height: 579px;
	margin: 0px auto;
}