@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
html, body {	
	height: 100%; 
	margin: 0;
	padding: 0;
	text-align: center;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #004996;
	position:relative;
}
#background{
	background:url(../images/backgr.jpg) no-repeat;
	width:600px;
	height:637px;
	position:absolute;
	z-index:-1;
	bottom:0;
	right:0;
	
}
#distance { 
	width: 1px;
	height: 50%;
	float:left;
	margin-bottom: -200px;
}
#main{
	margin: 0 auto;
	position:relative;
	width:420px;
	height:365px;
	text-align: left;
	clear:left;
	border:1px solid #ccc;
	padding:20px;
	background:#FFF;
}
#logo{
	position:relative;
	float:left;
}
#tekst{
	position:relative;
	margin-left:13px;
	margin-top:22px;
	width:190px;
	float:left;
}

h1{
	font-weight:normal;
	font-size:18px;
	padding-bottom:12px;
}
p{
	font-size:12px;
	line-height:20px;
	text-align:justify;
	width:190px;
	padding-bottom:15px;
	display:block;
}
a{
    color: #004996;
    text-decoration:none;
}
a:hover{
    color: #FE7C38;
    text-decoration:underline;
}