html, body {
	height: 99%;
	background-color: #FFF;
}

#centeredcontent {
	width: 1000px;
	height: 480px;
	text-align: center;
	border: 0px solid #000;
	background-color: #FFF;
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -240px;
}

h1 {
	color: #0B419B;
	font-family: Arial;
	font-size: 18px;
}

p {
	color: #0B419B;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

#logo {
	width: 120px;
	position: absolute;
	top: 50px;
	left: 150px;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
}

a.linkstyle:active, a.linkstyle:visited, a.linkstyle:link {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	text-alignment: left;
}
a.linkstyle:hover {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}

#Streamer {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	color: #A6770A;
	z-index: 0;
	width: 420px;
	left: 0px; 
	top: 200px;
	height: 400px;
	border: 0px solid #FFF;
}

.Streamer {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FF6666;
	z-index: 0;
	width: 0px;
	left: 0px; 
	height: 300px;
	border: 0px solid #FFF;
}

#Tekst {
	position: absolute;
	text-align: left;
	z-index: 0;
	width: 500px;
	left: 480px; 
	top: 20px;
}

#Navigation {
	position: absolute;
	z-index: 0;
	width: 1000px;
	left: 0px; 
	top: 450px;
	background-color: #000;
	height: 30px;
}

a:active, a:visited, a:link {
	color: #FFF;
	font-family: Arial;
	font-size: 11px;	
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a.Navi:active, a.Navi:visited, a.Navi:link {
	color: #333;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}
a.Navi:hover {
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

a.NaviA:active, a.NaviA:visited, a.NaviA:link {
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
}
a.NaviA:hover {
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

#Images {
	position: absolute;
	right: 10px;
	top: 220px;
}

.big {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
}
.bigger {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}