#block {
	position: absolute;
	/* center */
	width: 751px;
	left: 50%;
	margin-left: -410px;
	/* push down */
	top: 60px;
	/* inside padding */
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border:0px;
	border-style: none;
	/*margin-bottom: 200px !important;*/
	
	background-color: white;
	border-width: 1px;
	border-style: dotted;
	border-color: grey;
}

#footer {
	position:absolute !important;
	right: 0px;
	bottom:0px;
	height:10px;
	width: 150px;
	margin-top:200px;
	margin-bottom: -30px;
}
