* {
	margin: 0;
	padding: 0;
}
body {
	background: url(img/body.jpg);
	text-align: center;
	margin: 40px 0 40px 0;
}
h1 {
	text-indent: -500000px;
	font-size: 1px;
}
#container {
	width: 630px;
	background: #fff;
	margin: 0 auto;
	border: 5px solid #234457;
	padding: 30px 0 17px 0;
}
td {
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
}
#nav {
	margin: 0 auto;
	width: 600px;
}
ul {
	list-style: none;
}
li {
	float: left;
	text-indent: -500000px;
	overflow: hidden;
}
.restaurang a {
	display: block;
	background: url(img/restaurang_off.jpg);
	width: 158px;
	height: 354px;
	text-decoration: none;
}
.restaurang a:hover {
	background: url(img/restaurang_on.jpg);
}
.fribergs a {
	display: block;
	background: url(img/fribergs_off.jpg);
	width: 142px;
	height: 354px;
	text-decoration: none;
}
.fribergs a:hover {
	background: url(img/fribergs_on.jpg);
}
.catering a {
	display: block;
	background: url(img/catering_off.jpg);
	width: 142px;
	height: 354px;
	text-decoration: none;
}
.catering a:hover {
	background: url(img/catering_on.jpg);
}
.spa a {
	display: block;
	background: url(img/spa_off.jpg);
	width: 158px;
	height: 354px;
	text-decoration: none;
}
.spa a:hover {
	background: url(img/spa_on.jpg);
}