#container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}

#menu
{
	height: 252px;
	background-image:url(http://www.okbe.se/themes/sveabyran_86/images/menu_bg.jpg);
	background-repeat: no-repeat;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 384px;
	padding-top: 40px;
}

#menu ul li
{
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #fff;
}

#menu ul li:last-child
{
	border: none;
}

#menu ul li a
{
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #FF0000;
}

#content
{
	background-color: #fbfbfb;
	height: 307px;
	padding: 40px 340px 0 54px;
	background-image: url(http://www.okbe.se/themes/sveabyran_86/images/tools.jpg);
	background-position: 560px 30px;
	background-repeat: no-repeat;
}

#footer
{
	height: 48px;
	background-image: url(http://www.okbe.se/themes/sveabyran_86/images/footer_logo.jpg);
	padding-top: 114px;
	padding-left: 64px;
}

#footer a {
	color: #000;
	text-decoration: none;
}