body {
	background : url("images/background.gif"); 
	margin-left : 0px; 
	margin-right : 0px; 
	margin-top : 10px; 
	margin-bottom : 10px; 
} 

#master {
	position: relative;
	height: 570px;
	width: 930px;
	margin: 0px;
	padding: 0px;
}
#iframecontent {
	padding: 20px;
	background: #ffffff url(images/icon.jpg) no-repeat fixed top center;
	height: 100%;
	margin: 0px;
}

#iframe {
	float: left;
	margin: 0px;
	background: url("images/iframebackground.gif");
	height: 462px;
}
#leftmenu {
	float: left;
	margin: 0px;
	padding: 0px;
    width: 242px;
}
#writers a, #recensioner a, #read a, #recensenter a, #intervjuer a, #lankar a, #gastbok a, #arkiv a, #sok a {
	display: block;
	width: 242px;
	padding-left: 0px;
	height: 20px;
	text-decoration: none;
	}
#writers a	{
   background: url(images/writers.gif) no-repeat;
   background-position: 0px 50%;
   }
#writers a:hover{
   background-position: -242px 50%; 
}
#recensioner a	{
   background: url(images/recensioner.gif) no-repeat;
   background-position: 0px 50%;
   }
#recensioner a:hover{
   background-position: -242px 50%; 
}
#read a	{
   background: url(images/read.gif) no-repeat;
   background-position: 0px 50%;
   }
#read a:hover{
   background-position: -242px 50%; 
}
#recensenter a	{
   background: url(images/recensenter.gif) no-repeat;
   background-position: 0px 50%;
   }
#recensenter a:hover{
   background-position: -242px 50%; 
}
#intervjuer a	{
   background: url(images/intervjuer.gif) no-repeat;
   background-position: 0px 50%;
   }
#intervjuer a:hover{
   background-position: -242px 50%; 
}
#lankar a	{
   background: url(images/lankar.gif) no-repeat;
   background-position: 0px 50%;
   }
#lankar a:hover{
   background-position: -242px 50%; 
}
#gastbok a	{
   background: url(images/gastbok.gif) no-repeat;
   background-position: 0px 50%;
   }
#gastbok a:hover{
   background-position: -242px 50%; 
}
#arkiv a	{
   background: url(images/arkiv.gif) no-repeat;
   background-position: 0px 50%;
   }
#arkiv a:hover{
   background-position: -242px 50%; 
}
#sok a	{
   background: url(images/sok.gif) no-repeat;
   background-position: 0px 50%;
   }
#sok a:hover{
   background-position: -242px 50%; 
}

#rightmenu {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font: 0.6em Verdana; 
	text-align: center;
}
#kitty{
	position: absolute; 
	bottom:-10px;
	left:0px;
}