html{
	height:100%;
	width:100%;
}

body {
	width:100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
}