html#forside,
html#forside body {
	background-color: #fff;
	background-image: none;
}

html#forside body {
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

html#forside div#identitet {
	width: 175px;
	margin: 25px auto;
	padding: 0;
}

html#forside div#sitat {
	background-color: #f9f9f9;
}

	html#forside div#sitat p {
		width: 500px;
		margin: 0 auto;
		padding: 1.5em 0;
		
		color: #8d8d8d;
		font-size: 1.5em;
	}
	
		html#forside div#sitat p cite {
			display: block;
			text-align: right;
		}

html#forside div#videre {
	margin: 2em 0;
	font-size: 1.34em;
}

	html#forside div#videre a {
		color: #ff7200;
		text-transform: uppercase;
		text-decoration: none;
	}