

#div-dummy {
	position:         absolute;
	top:              0px;
	bottom:           0px;
	left:             0px;
	right:            0px;
	margin:           0px;
	border:           0px;

	/* background:       blue; */
}

#div-main {
	position:         relative;

	padding:	  0px;
	border:           0px;
	margin:		  0px;

	/* Center horizontal */
	width:            710px;
	/* height:           100%; */
	height:           710px;
	margin-left:      auto;
	margin-right:     auto;

	overflow-y:       hidden;
	overflow-x:       hidden;

        /* background:       green; */
}
