body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#window {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content {
	padding: 20px;
	overflow: scroll;
	height: 100%;
}
h2 {
	color: #CCCC66;
	font-size: 30px;
	font-weight: normal;
}

h1 {
	background-image: url(../images/logotype.gif);
	background-repeat: no-repeat;
	padding-left: 350px;
	padding-top: 55px;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	background-position: -14px top;
	color: #CCCC66;
}

a { color: #CCCC66; }
