/*Css-layout*/

#navigation {
	float : left;
	margin-left : 70;
	width : 250px;
}

#content {
	margin-left : 370px;
	height : 810;
	width : 850;
	max-height : 810;
}

#footer {
	clear : both;
	height : 45;
	margin-top : 42;
}

#logo {
	width : 100%;
	height : 100;
	min-width : 200px;
}

#zeldaBackground {
	background : url("Bilder/zeldaBackground.png");
	max-height : 1024;
	min-height : 1024;
	max-width : 1280;
	min-width : 1280;
}

body {
	margin : 0 auto;
	width : 1280px;
	height : 1024px;
	background : url("Bilder/websiteBackground.png");
	color : white;
}