body {
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#header {
	margin-top:30px;
	background-color:#FFF;
	background-image:url(images/rhmlogo.png);
	background-position:center;
	background-repeat:no-repeat;
	width:800px;
	height:137px;
}
#wrapper {
	border:1px solid #CCC;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:1000px;
	padding:0;
	
}
#meny {
	background-color:#FFF;
	border-top:2px dotted #e8e8e8;
	border-bottom:2px dotted #e8e8e8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
#meny ul li {
	background-color:#FFF;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	padding-left:19px;
	padding-bottom:5px;
	margin-left:55px;
	display:inline;
}
#content {
	background-color:#FFF;
	width:800px;
	height:800px;
}
