body {
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	min-width: 450px;
	background-image: url("http://sorenlyngso.dk/Media/Untitled-2.svg");
	background-size: cover;
}	

p	{
	font-size: 20px;
	letter-spacing:2px;
	background-color: white;
}

h2	{
	font-size: 50px;
	font-weight: normal;
	letter-spacing:2px;
	background-color: white;

}
.main {
	width: 800px;
	height: 100%;
  	margin-left: auto;
  	margin-right: auto;
 	border: 0px solid black;
 	top:0;
	position:absolute;
	text-align: center;
	left: 0;
	right: 0;
}

.logo	{
	text-align: center;
	padding-top: 10%;
	padding-bottom: 0%;
}

.logo img	{
	border: 1px solid black;
}

.footer	{
	width:100%;
	height:40px;
	border-top: 0px dotted black;
	position:absolute;
	text-align: center;
	bottom:0;
	left:0;
}

.footer	p {
	font-size: 15px;
	letter-spacing:0px
}

.footer	a {
	color: black;
	text-decoration: underline;
}