html, body {

	color: #000000;
	font-family:arial;

}
#background {
	z-index:-1;
	position:absolute;
	margin-top:-340px;
	height:99%;
	width:99%;
	opacity:0.06;
	filter:alpha(opacity=6)
}
h1 {
	color: #353365;
	padding-bottom: 20px;
}
h2 {	
	font-size:medium;
	color: #353365;
	margin-left: 20px;
}
#loginfrm {
	font-size:small;
	margin-left: 20px;
}
hr {	
	height:1px;
	border-width:0;
	color:black;
	background-color:black;
}
#header { 
	position:relative;
	background-image:url('http://www.bns.nl/static/logo/bns%20datalogistics%20klein.JPG');
	background-repeat:no-repeat;
	background-position:right top;
	margin-left: 237px;
	height:105px;
}
#content { 
	margin-top: -90px;
}
#footer {
	position:relative;
	margin-top: -40px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 12px;
	height:20px;
	weight: 100%; 	
	background-color:#ececec;
	font-size:medium;
	border-width: 1px;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:solid;
	border-left-style:none;
}
#cms_textfooter {
	font-size:small;
}
