html {
	height:100%;
}
body {
	background-color: #999966;
	margin:0px 0px 0px 0px;
	font:x-small Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	height:100%;
	overflow: hidden;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	font:x-small Verdana, Arial, Helvetica, sans-serif;
}
#copywindow {
	margin:0px 0px 0px 0px;
	text-align: center;
	margin-top: -190px;
	margin-left: -365px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 730px;
	height: 380px;
	visibility: visible
}
.titletext {
	font-weight: bold;
	font-size: small;
}
#content {
	text-align: center;
	margin-top: -50px;
	margin-left: -150px;
	position: absolute;
	top: 305px;
	left: 523px;
	width: 300px;
	height: 100px;
	visibility: visible;
}
