/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
/* end hide */
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#center {
	width:990px;
	height:590px;
	margin:-295px 0 0 -495px;
	top:50%;
	left:50%;
	position:absolute;
	color: #FFFFFF;
}
#maintable {
	width: 100%; 
	height: 100%;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	line-height: 10px;
}
.style1 {color: #999999}
.credits2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}
.tekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style3 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
a:link {
	color: #699905;
	text-decoration:none;
}
a:visited {
	color: #699905;
	text-decoration:none;
}
a:hover {
	color: #279FBD;
	text-decoration:none;
}
a:active {
	color: #699905;
	text-decoration:none;
}
h1 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #279FBD;
}
#maintableindex {
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

