@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	background: #2f1d11 url(../images/bgrepeat.png) top left repeat-x;
}

div#flashintro{
	width: 1000px;
	margin: 0 auto;
}

div#headercontainer{
	width: 1030px;
	margin: 0 auto;
}

img#headerimg{
	width: 1030px;
	height: 446px;
	border: none;
}

div#contentcontainer{
	position: relative;
	width: 912px;
	margin: 0 auto;
}

img#tekst1{
	width: 912px;
	height: 225px;
}

div#photogallery{
	width: 340px;
	position: absolute;
	top: 46px;
	left: 404px;
}

div#photogallery img{
	float: left;
	border: none;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 99px;
	height: 71px;
}

div#footer{
	position:absolute;
	width: 987px;
	left: 50%;
	margin-left: -500px;
	top: 703px;
}

img#footerimg{
	width: 987px;
	height: 155px;
	margin: 0 auto;
}

