body{
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#hand{
	background-image:url(images/hand.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	width:950px;
	height:600px;
	position:absolute;
	left:200px;
	top:45px;
}
#logo{
	position:relative;
	left:20px;
	top:20px;
	width:304px;
}
#langselection{
	position:relative;
	top:-80px;
	left:400px;
	height:30px;
	width:100px;
	height:25px;
}
#adress{
	position:relative;
	left:120px;
	top:345px;
	width:350px;
	height:60px;
}
#logo2{
	position:relative;
	top:270px;
	left:10px;
	width:90px;
	height:90px;
}
#thumbarea{
	position:absolute;
	left:121px;
	top:215px;
	width:350px;
	height:170px;
}
img{
	border:0px;
}
.button{
	position:absolute;
	left:2px;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	width:107px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:3px;
	padding-top:1px;
	font-weight:bold;
	cursor:pointer;
}
a{
	color:black;
	text-decoration:none;
}
