/* CSS Document */

body {
	background-color: #323232;
	padding: 0;
	margin: 0;
}
body, td, th {
	color: #FFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px;
}
a {
	text-decoration:none;
	outline:none;	
}
#centerframe {
	position:absolute;
	height: 490px;
	top: 140px;
	width:100%;
	background-color:#1e1e1e;
}
#middle {
	border-top: 1px dashed #888;
	border-bottom: 1px dashed #888;
	width: 990px;
	height:430px;
	margin: 27px auto;
}
#left {
	width: 220px;
	height:70%;
	padding-top:25px;
	padding-left:0px;
	float:left;

}
#info {
	padding:3px;
	margin-top:48px;
	width: 190px;
	font-size: 12px;
}
#content {
	width: 760px;
	height:100%;
	float: right;
}
#entry {
	font-size:128px;
	font-weight: 500;
	color:#000;	
}
#imprint {
	width: 990px;
	margin: 0 auto;
	text-align:right;	
	margin-top:-20px;
}
#imprinttext {
	margin-top:28px;
	font-size:12px;
	
}