	body {
		font-family: Arial, Helvetica, sans-serif;
  		font-size: .8em;
  		color: #804069;
		background-image: url(../i/landing/bonn.jpg);
		background-position: center top;
		background-color: #451757;
		background-repeat: no-repeat;
		padding: 0;
		margin: 0;
	}
	
	#wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 910px;
	}
	
	#content {
		display: none;
	}
	
	#footer {
		margin-top: 570px;
		margin-left: 700px;
	}
	
	a, a:active, a:visited {
		color: #804069;
		text-decoration: none;
		font-weight: normal;
		border-bottom: 1px dotted #804069;
	}

	a:hover {
		text-decoration: underline;
	}
