@charset "UTF-8";
body {
	color: #0099CC;
	font-size:12px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
}
h1 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;	
}
h2 {
	font-size:12px;
	font-weight:400;
	line-height:20px;
	color:#FFF;
}
ul li {
	font-size:11px;
	color:#ccc;	
}
ul { 
	padding-left:20px;
	width:80%;
}
.copyright {
	font-size:9px;
	font-weight:200;
	width:60%;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.roviofeed {
	width: 1020px;
	height: 650px;
	overflow:hidden;
}
.viewport {
	display: block;
	width: 1024px;
	height: 618px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.innerport {
	background:url(images/rovio_bkg.jpg) center top no-repeat;
	border-color:#999;
	border-top:thin;
	border-bottom:thin;
	position: relative;
	display: block;
	height: 600px;
	overflow: hidden;
	top: -50px;
}
.headline {
	background-color:#000;
	width:900px;
	display:block;
	z-index:10;
	margin-left:25px;
}

.bright {
	font-weight: lighter;
	color: #FFF;
}
.hbody {
	color:white;
}


