@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(bakg.png);
	background-repeat:repeat-x;
	background-color: #e7e4e4;
	margin: 150px 0px 0px 150px;
}
#links {
	font-size: 36px;
}
#links a {
	background-image:url(infobg.png);
	background-repeat: repeat;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}
#contactbutton {
	width:136px;
}
#contact {
	width: 210px;
	font-size: 12px;
	color: #676767;
	background-image:url(infobg.png);
	background-repeat: repeat;
	position: absolute; 
	z-index: 1;
	padding: 15px 20px 15px 20px;
	top: 420px;
	left: 284px;
	display: none;	
}
a {
	color: #00b4da;
}
.johandettmar {
	font-size: 18px;
}
#deliciousbutton {
		width: 163px;
}
#delicious {
	width: 210px;
	font-size: 12px;
	color: #676767;
	background-image:url(infobg.png);
	background-repeat: repeat;
	position: absolute; 
	z-index: 1;
	padding: 15px 20px 15px 20px;
	top: 240px;
	left: 815px;
	display: none;
}