html, input, textarea, table {
	font-family:Courier;
	font-size:12px;
}
body {
	margin: 0px 0px 0px 0px;
}

.bgImgWrapper {
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 z-index: -10;
 overflow: hidden;
}

.bg { position:absolute; top:0; left:0; }
.bgwidth { width:100%; }
.bgheight { height:100%; }

.credits a {
	color: white;
	text-decoration:none;
}
.credits a:hover {
	text-decoration:underline;
}
.credits {
	color:white;
	background: none;
}
.credits {
	position:absolute;
}
.credits {
	font-size:10px;
	right:8px;
	bottom: 8px;
}
.info {
	position: absolute;
	padding: 10px 0px 0px 10px;
	text-align: left;
	background: none;
	color: white;
	font-weight: bold;
}
.info a {
	color: white;
	text-decoration: underline;
}
