Div#main {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 682px;
	width: 750px;
	z-index: 1;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "Century Gothic", AvantGarde, Arial, Helvetica;
	color: #FFFFFF;
}
div#meny {
	position: absolute;
	height: 183px;
	width: 268px;
	left: 21px;
	top: 96px;
	z-index: 2;
}
div#text {
	position: absolute;
	height: 278px;
	width: 400px;
	left: 337px;
	top: 17px;
	z-index: 3;
	overflow: auto;
}
p {
	font-size: small;
	margin-top: 0px;
	padding-right: 10px;
}
h1 {
	font-size: x-large;
	margin-bottom: 2px;
}
h2 {
	font-size: large;
	font-style: italic;
	margin-bottom: 2px;
}
h3 {
	font-size: medium;
	margin-bottom: 2px;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
html {
	scrollbar-face-color: #BBB;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
}
