body {
	font: 12px/16px  Verdana, Arial, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #ffffff;
	color: #000000;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {	
	border: 0px;
}

div#LineTop, div#LineBottom {
	position: absolute;
	left: 0px;
	width: 800px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	color: inherit;
	background-color: #000000;
}

div#LineTop {
	top: 70px;
}

div#LineBottom {
	top: 200px;
}

div#bigLogo {
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
}

div#centerHull {
	text-align: left;
	padding: 0px; /*is needed by ns6, ns7 otherwise on the left outside the screen!*/
 	margin: 0px auto 0;
	width: 800px;
}

div#innerHull {
	position: relative;
	width: 100%;
}