body {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #272525;
	font-size: 11px;
	font-family: helvetica, sans-serif;
	//background-color: #f0f0f0;
	background-image: url(bg.png);
}

#container {
	display: block;
	width: 630px;
	height: 300px;
	margin-top: 175px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(logoer.png);
	background-repeat: no-repeat;
}

#logoer {
	width: 630;
	display: block;
	height: 135px;
	}
	
#logoer a:link {
					color: #272525;
					text-decoration: none;
					border: 0px;
				}

#tekst {
	width: 630;
	padding-top: 15px;
	border-top: 1px solid #272525;
	
}

.redaksjon {
	line-height: 15px;
	float: left;
	color: #9f9f9f;
	margin-left: 15px;
	margin-right: 15px;
	}

.redaksjon a:link {
					color: #272525;
					text-decoration: none;
				}
				
				.redaksjon a:visited {
					color: #272525;
					text-decoration: none;
				}
				.redaksjon a:hover {
					color: #9f9f9f;
					text-decoration: none;
				}
				.redaksjon a:active {
					color: #9f9f9f;
					text-decoration: none;
				  }
