body
{
text-align: center
}

#container {
	position: absolute;
	height: 600px;
	width: 900px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
	z-index: -100;
	border: 1 px;
	border-color: #000;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px#ccc;
	box-shadow: 0 0 10px #ccc;
	overflow: visible;
	background-attachment: fixed;
	background-image: url(images/Peters-bg-900x600.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#head {
	clear: none;
	float: none;
	height: 124px;
	width: 550px;
	position: absolute;
	left: 120px;
	top: 20px;
}
#adres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #112f58;
	float: right;
	width: 200px;
	top: 20px;
	text-align: right;
	position: absolute;
	left: 680px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	width: 600px;
	position: absolute;
	left: 40px;
	top: 200px;
	color: #112f58;
	text-align: left;
}
#blue {
	background-color: #166BEF;
	height: 550px;
	width: 1px;
	left: 675px;
	top: 25px;
	bottom: 25px;
	position: absolute;
}
#BG {
	height: 600px;
	width: 900px;
	margin-top: -109px;
	background-image: url(images/Peters-bg-900x600.png);
	background-repeat: no-repeat;
	z-index: -10;
	clear: none;
	float:none;
	position: relative;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #112f58;
	float: right;
	width: 175px;
	top: 200px;
	text-align: left;
	position: absolute;
	left: 700px;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	width: 900px;
	position: absolute;
	height: 16px;
	text-align: center;
	top: 610px;
}
