html, :root {
	overflow-y:scroll;
}
h3 {
	color: #7ad5ff;
	text-transform: uppercase;
	text-align: center;
}



.opacity {
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
.active {
	background-color: #000;
}
.links {
	color: #7AD5FF;
	text-decoration: none;
}

.none {
}


#backmain {
	height: 150px;
	width: 100%;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
}
#header {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../images/nilslogo2.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 401px;
	float: left;
	overflow:hidden;
}
#logo a {
	display: block;
	width: 401px;
	height: 85px;
	padding-top: 86px;
}
#mailto {
	float: right;
	padding-top: 25px;
	margin-right: 20px;
}
#mailto a {
	color: #7ad5ff;
	text-decoration: none;
	font-size: 12px;
}
#menu {
	float: right;
	clear: both;
	font-size: 12px;
	margin-top: 25px;
}
#menu ul {
}


#menu ul li {
	display: block;
	float: left;
	width: 65px;
	text-align: center;
	padding: 10px;
}

#menu ul li a {
	color: #7ad5ff;
	text-decoration: none;

}
#menu a:hover {
	color: #D6DDFF;
}
#content {
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	margin-top: 50px;
}
#info {
	color: #FFF;
	padding: 50px;
	font-size: 17px;
}

#heading {
	padding-top: 50px;
}
#swf {
	margin-left: 110px;
	margin-top: 50px;
	padding-bottom: 50px;
}
#reel {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
	font-size: 12px;
}
#reelcontent {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	text-align: center;
}
#reelcontent a {
	text-decoration: none;
	color: #7ad5ff;
}
