
body, html
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#eye_container
{
	position:absolute;
	top:45%;
	left:50%;
	height:1200px;
	width:980px;
	margin: auto;
	margin-left:-490px;
	margin-top:-537px;
}
#eye_container_left
{
	float: left;
	height: 1200px;
	width: 326px;
	background-image: url(../cms/brugerfiler/forside-soejle.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
#eye_container_right
{
	position: relative;
	float: left;
	height: 1200px;
	width: 654px;
	background-color: #fff;
	vertical-align: middle;
}
#eye_image
{
	position: relative;
	top: 50%;
	margin-top: -314px;
	height: 628px;
	width: 673px;
	background-image: url(../cms/brugerfiler/forside-lille.png);
	background-repeat:no-repeat;
	background-position:right;
}

#eye_content
{
	position:absolute;
	top:45%;
	left:50%;
	height:548px;
	width:980px;
	margin: auto;
	margin-left:-490px;
	margin-top:-211px;
	font-family:arial;
	font-size:12px;
}
#eye_content h2 {font-family:arial;font-size:14px;padding:0px;margin:0px;font-weight:bold;}
#eye_content a {position:absolute;color:#000;text-decoration:none;}


