body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	background-attachment: fixed;
	background-color: white;
	background-image: url(../bilder/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25%;
	padding-top: 20%;
	padding-bottom: 10%;
}

p,h1 {
	text-align: center;
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
}
p {
	font-size: 1em;
}
a {
	color: red;
}