@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	border: 0;
	padding: 0;
	background-color: #1f1f1f;
	font-family:Helvetica, sans-serif;
	text-align: top;	
	color:#333333;
	line-height:1;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0px;
	text-align:left;
}

.htmlContent {
  position: absolute;
  width: 50%;
  height: 50%;
  margin: auto;
} 
