html, body {
    background-image: url(images/BGBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.content {
    width: 1100px;
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
}
.content2 {
    width: 1100px;
	min-height: 100%;
	background-image:url(images/contbg.gif);
	position: relative;
	overflow: auto;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
}
.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}
.top_block {
	width: 100%;
	display: block;
}
.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}
.left_block {
	display: block;
	float: left; 
}
.right_block {
	display: block;
	float: right; 
}
.center_block {
	display: block;
	width: auto; 
}
.header {
	width: 1100px;
	height: 175px;
	background-image:url(images/head.png);
	overflow: hidden;
}
.footer {
	width: 1100px;
	height: 30px;
	background-image:url(images/footerbg.png);
	overflow: hidden;
}
.navi {
	position:absolute;
	width: 605px;
	height: 40px;
	right: 0px;
	bottom: 40px;
}
.indexlink {
	position:absolute;
	width: 310px;
	height: 120px;
	left: 0px;
	top: 0px;
}
.rekljobb {
	position: absolute;
	width: 200px;
	height: 100%;
	right: 15px;
	top: 0px;
	z-index: -1;
}
.reklbal {
	position: absolute;
	width: 200px;
	height: 100%;
	left: 15px;
	top: 0px;
	z-index: -1;
}