/*
	Website: BECKER'S Trier
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	06.02.2008 Daan Meskers
	$last_change: 06.02.2008 Daan Meskers
*/


HTML, BODY {
	margin: 0; padding: 0;
	background-color: #000000;
	width: 100%; height: 100%;
	text-align: center;
	 overflow: hidden;
}

A {
	color:#2f3030;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
A:hover {
	color:#FFF;
}

DIV {
	position: relative;
	top: 50%; 
	height: 250px; width: 250px;
	margin: -210px auto;
	text-align: center;
	color: #242828;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 150%;
}
EM {
	font-size: 9pt;
	color: #212626;
	margin: 0 0 7px 0;
	padding: 0;
	display: block;
}
IMG {
	border: 0;
	margin: 0 auto 5px auto;
}
