body{
	background-color: #000;
}

a { color: #fff; font-weight: normal; background:transparent; text-decoration:underline; }
a:focus,
a:hover,
a:active { text-decoration:none; background-color: transparent; }

#mainDiv{
 position:absolute;
 top: 50%;
 left: 50%;
 
 margin-left: -600px;
 margin-top: -300px;
}
#bgDiv{
	background-image: url("../../images/vonLOH1.jpg");
	width:1200px;
	height:600px;
}
#content{
	color:#fff;
}
#box1{
	position: relative;
	top:332px;
	left: 400px;
	height: 192px;
	width: 178px;
	
	background-image: url("../../images/box1.png");
	background-repeat: no-repeat;
	padding-left:10px;			
	padding:30px;
	
	font-family: helvetica;
	font-size: 12px;
}
#box1content{
	position: relative;
	left:-10px;
	}
#box2{
	position: relative;
	top:80px;
	left: 600px;
	height: 192px;
	width: 339px;
	background-image: url("../../images/box2.png");
	background-repeat: no-repeat;
	
	padding:30px;
	
	font-family: helvetica;
	font-size: 12px;
	
}