html {
	height: 100%;
	overflow:auto;
}
body {
	background-color: #000000;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link, a:visited, a:hover, a:active {
	color: #00CCFF;
}
form {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
input {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	border: 0px none #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #333333;
}
#container {
	width: 720px;
}
#mid {
	text-align: center;
}
#toprow {
	background-color: #333333;
	position: absolute;
	text-align: left;
	color: #CCCCCC;
	width: 100%;
}
.toptext {
	display:block;
	margin-left: 20px;
	margin-bottom: 3px;
	margin-right: 3px;
	margin-top: 3px;
}