body {
background-image:url(../images/bg.gif);
background-repeat:repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 11px;
color: #ffffff;
overflow: hidden;
}

div#centercontainer{
	position:absolute;
	height:450px;
	width:716px;
	left:50%;
	top:50%;
	margin-left:-358px;
	margin-top:-225px;
	background-color: #706f6f;
}

div#leftimage{
	position:absolute;
	width:350px;
	height:450px;
	left:0px;
	top:0px;
	background-color:#706f6f;
}

div#rightimage{
	position:absolute;
	width:350px;
	height:323px;
	right:0px;
	top:0px;
	background-image:url(../images/collectiebg.gif);
	background-repeat:repeat;
}

div#rightbottom{
	position:absolute;
	width:350px;
	height:113px;
	right:0px;
	bottom:1px;
	background-repeat:no-repeat;
	background-color: #706f6f;
}

div#logoright{
	position:absolute;
	width:242px;
	height:31px;
	left:55px;
	bottom:7px;
}

div#menu{
	position:absolute;
	width:241px;
	height:65px;
	left:20px;
	bottom:26px;
}

.select_language {
	position:absolute;
	left:466px;
	top:363px;
	width:125px;
	height:17px;
	z-index:6;
}

div#newlogo {
	position:absolute;
	left:411px;
	top:139px;
	width:245px;
	height:37px;
	z-index:6;
	background-image:url(../images/newlogo.gif);
}

div#newintro {
	position:absolute;
	left:412px;
	top:183px;
	width:233px;
	height:158px;
	z-index:6;
	background-image:url(../images/homeintro.gif);
}



div#linkjes{
padding-left:20px;
padding-top:20px;
}


a.link:link, a.link:visited {
	color: #fff;
	text-align : left;
	text-decoration: none;		 
} 
a.link:active, a.link:hover {
	color: #ffffff;
	background-color:#706f6f;
	text-decoration: none;
	text-align : left;
} 
