body, html {
	font-family: tahoma;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(bg.png);
	height: 100%;
	}

/** CONTAINERS **/
#container {
	height: 95%;
	width: 800px;
	border-right: 1px solid #8B8CA7;
	border-left: 1px solid #8B8CA7;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	}
#header {
	background-image: url(header.png);
	width: 800px;
	height: 110px;
	}
#meny {
	background-image: url(meny.png);
	width: 168px;
	height: 165px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #3A3B51;
	float: left;
	}
#inforuta {
	background-image: url(stor_bild.png);
	width: 619px;
	height: 177px;
	margin-top: 9px;
	margin-left: 3px;
	float: left;
	}
#bild {
	background-image: url(bild.png);
	width: 177px;
	height: 282px;
	margin-top: 5px;
	float: left;
	}
#text {
	width: 600px;
	height: auto;
	margin-left: 19px;
	margin-top: 5px;
	float: left;
	}
#footer {
	width: 800px;
	height: auto;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	border: 1px solid #8B8CA7;
	}
a:link {
	text-decoration: none;
	color: #3A3B51;
	}
a:visited {
	text-decoration: none;
	color: #3A3B51;
	}
a:hover {
	text-decoration: none;
	color: #4D5198;
	}
a:active {
	text-decoration: none;
	color: #4D5198;
	}	
	
