body {
	background-color: 	#ffffff;
	color: 				#992020;
	font-family: 		Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 			20px;
	font-weight: 		normal;
	text-align:			left;
	}

#content {
	height: 365px; 
	}
	
.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}