html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #ffffff;
	background-image:url(../images/background.jpg);
	background-repeat:none;
	background-position:center;
}