div#main{
    position:absolute;
	width:500px;
	height:400px;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-200px;
	text-align: center;
	background: #FFFFFF;
}