﻿html,body    {
	margin: 0;
	padding: 0;
	height: 100%;
}

body   {
	background: #fff;

}

#container   {
	position:absolute;
    top:50%;
    left:50%;
    margin-top: -353px;
    margin-left: -561px;
    width:1122px;
    height:706px;

}