html {
	height: 100%;
}

body {
	margin: 0;
	background-color: #4B2111;
	color: #ffffff;
	height: 100%;
	min-width: 960px;
	min-height: 575px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#MinSize {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 575px;
	z-index: -1;
}

p {
	margin: 10px 0;
}

#debug {
	color: #000000;
	background-color: #f0f0f0;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}

#debug p {
	margin: 0;
}

#debug form {
	margin: 0;
}