@charset "utf-8";
/* CSS Document */

p {
font-family: Arial,Verdana;
font-size: 12px;
color:#5a5a5a;
font-weight: 550;
}

a:link {
text-decoration: none 

}
a:visited {
text-decoration: none 

}
a:active {
text-decoration: none           

}
a:hover {
text-decoration: none 

}


* { 
margin:0;
padding:0;
}

container{
align: centre;

}

body{
margin-right: auto;
margin-left: auto;
width:950px;

}

#top{
width:950px;
margin-top: 15px;
}

#content{

width:950px;
background-color:#FFF;

}

	#logos{
		
	}
	
	#bignews{
		
	}
	
		#carrlogo{
		float:left;
		margin: 20px 40px 0px 60px;
		}

		#stadialogo{
		float:left;
		margin-left: 40px;
		}

	#speil{
	width:925px;
	margin-right: auto;
	margin-left: 25px;
	background-image: url(white-box.png);
	background-repeat: no-repeat;
	padding-bottom:15px;
	}
	
		#text{
		margin: 0px 30px 0px 30px;
		}
		
			#text p{
			margin: 0px 30px 0px 0px;
			}


#bottom{
width:950px;	
margin-bottom: 20px;
}

