@charset "UTF-8";/* CSS Document */* {	margin: 0px;	padding: 0px;}html, body {		height:100%;		}	body {		background-image: url(_images/background.jpg);	background-repeat: repeat-x;	background-color: #000000;	text-align:center;	height:100%;}							#DISTANZ {	width:1px;	height:50%;		margin-bottom:-150px; /* half of container's height */	float:left;		}	#BLACKSTRIPE {	height: 200px;	width: 100%;	border-top-width: 1px;	border-bottom-width: 1px;	border-top-style: solid;	border-bottom-style: solid;	border-top-color: #4d4d4d;	border-bottom-color: #4d4d4d;	background-color: #000000;	position:relative; /* puts container in front of distance */	text-align:left;	clear:left;	margin-top: auto;	margin-bottom: auto;						}		#BLACKSTRIPE  #LOGOBOX {	height: 110px;	width: 555px;	text-align: center;	vertical-align: middle;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;	margin-top: 70px;	margin-right: auto;	margin-left: auto;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;}#BLACKSTRIPE #LOGOBOX #LOGO {	float: left;		width: 140px;}