﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('Bilder/beige.jpg');
	width:100%;
}

#masthead {
	height:20%;
}

#top_nav {
	float:left;
}

#container {
	width: 80%;
}

#left_col {
	width: 20%;
	float: left;
	}
#page_content {
	float:right;
}
#footer {
	clear: both;
}

