body {
	background-color: #d2c4c4;
	background-image: url(img/background.jpg);
	margin: 0px;
	padding: 0px;
}
#content {
	background-image: url(img/content_background.jpg);
	background-repeat: no-repeat;
	height: 400px; /* 366px; */
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
#content #text {
	margin: 40px 52px 50px;
	height: auto;
	width: auto;
	top: 24px;
	left: 55px;
	position: absolute;
}
#text h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #FFF;
	margin: 5px 0 5px;
	padding:0px;
}
#text h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	margin: 0 0 10px;
	padding:0;
}
#text p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 8px 0 12px 0;
}
#text p a {
	color: #900;
	text-decoration: none;
}
#text p a:hover {
	color: #CCC;
}

#handwriting {
	top: 222px;
	left: 135px;
	position: absolute;
}

#picture_henrik {
	top: 174px;
	left: 315px;
	position: absolute;
}

.tooltip {
	display: none;
	position: absolute;
	border: 2px solid #333;
	background-color: #fff;
	padding: 10px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#images {
	display:none;
}
