@charset "utf-8";/* CSS Document */body {	font-family:Verdana, Arial, Helvetica, sans-serif;	margin-top:10px;		color:#143D8D; overflow:auto;}#container {	position:relative;	width:800px;	height:600px;	margin:0 auto;}#links {	position:relative;	width:25%;	height:95%;	background-color:#B4B8D8;	float:left;}#top {	position:relative;	width:75%;	height:20%;	background-color:#DDDEEE;	background-image:url(../images/logo2.jpg);	background-position:left top;	background-repeat:no-repeat;	float:right;	font-size:8px;}#content {	position:relative;	width:75%;	height:74%;	float:right;}#footer {	position:relative;	width:100%;	height:3.7%; /*5% - 1.3% padding*/	background-color:#DDDEEE;	float:left;	color:#143D8D;	text-align:center;	font-size:9px;	padding-top:1.3%;}#ijsberg {	position:relative;	background-color:#B4B8D8;	width:100%;	height:21%;	float:left;	background-image:url(../images/ijsberg2.jpg);	background-position:center;	background-repeat:no-repeat;}.balk {	position:relative;	width:100%;	height:0.7%;	float:right;}#balk1 {	background-image:url(../images/balk2.jpg);	background-position:left top;	background-repeat:no-repeat;}#balk2 {	background-image:url(../images/balk2.jpg);	background-position:left top;	background-repeat:no-repeat;}a {text-decoration:none;}p a{color:#B4B8D8;}p a:hover{color:#143D8D;}
