body {
	background-color: #5486d2;
	background-image: url('/images/somrunners.png');
	background-repeat: no-repeat;
	background-position : 40px 25px;
}

div#main {

	background-color: white;
	margin-left: 180px;
	margin-top: 25px;
	margin-right:100px;
	color:black;
	padding : 2em;
	font-family : sans-serif;
	min-height : 300px;
	
}

h1, h2, h3 { text-align : center; }

