

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	background: #fff url(/img/orig.jpg) no-repeat top center;	
	font-family: calibri,lucida grande,myriad,arial;
	font-size: 13px;
	line-height: 18px;
	}

#overlay {
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #292929;
	}

#balk {
	display: block;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 350px;
	background: url(/img/balk.jpg) no-repeat top center;
	}
	.content {
		height: 350px;
		width: 720px;
		margin: 0 auto;
		position: relative;
		}
	#contact {
		position: absolute;
		top: 152px;
		left: 14px;
		color: #ca8d8b;
		}
		#contact a {
			color: #ca8d8b;
			text-decoration: none;
			}
			#contact a:hover {
				color: #fff;
				outline: none;
				}
	#tekst {
		position: absolute;
		top: 108px;
		left: 238px;
		width: 396px;
		height: 200px;
		color: #484848;
		}
		#tekst p {
			margin: 0px 0px 12px 0px;
			}
		#tekst p.center {
			text-align: right;
			}
		#tekst a {
			padding: 4px 10px;
			font-weight: bold;
			background-color: #f29400;
			border: 1px solid #c27700;
			color: #fff;
			text-decoration: none;
			}
			#tekst a:hover {
				background-color: #484848;
				border: 1px solid #111; 
				color: #fff;
				}
