html, body {
   padding: 0;
	margin: 0;
	background-color: transparent;

	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 18px;
	color:#333;
   height:100%;
	width: 100%;
}