.main {
	position:absolute;
	height: 700px;
	width: 900px;
	left: 50%;
    top: 48%;
    margin-left: -450px;
    margin-top: -300px;

}
body {
	background-color: E0E0E0;
}