* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	min-width: 980px;
	min-height: 590px;
	background:#000000;
	color:#222;
}
/* IE6 Hack */
* html body {
	width:expression((document.documentElement.clientWidth < 980) ? "980px" : "auto");
	height:expression((document.documentElement.clientHeight < 590) ? "590px" : "auto");
}