

body {
	background-color: #cdc;
}
#container	{
	font: 90% verdana, arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 10%;
	left: 0px;
	width: 100%;
	height: 1px;
}
#inner	{
	margin: auto;
	/*position: absolute;
	top: -150px;
	left: 30%;*/
	width: 700px;
	height: 300px
}

#image	{
	position: relative;
	margin: auto;
}
#linkTeat	{
	position: relative;
	top: -150px;
	left: -180px;
}
#linkLitt	{
	position: relative;
	top: -170px;
	left: -180px;
}
#linkMyter	{
	position: relative;
	top: -400px;
	left: 0;
}
#linkNordby	{
	position: relative;
	top: -270px;
	left: 0;
}
.navigation	{
	position: relative;
	top: -100px;
	left: 20px;
}

a.first, a.first:link, a.first:visited {
	text-decoration: none;
	color: #3a5427;
}

a.first:hover {
	text-decoration: none;
	color: red;
}

