body {
	color: white;
	font-family: Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	width: 768px;
	background: black url(../images/bg-impress.jpg) no-repeat;
}
div, p, td{
	font-family: Arial, Verdana, sans-serif;
}
a{
	text-decoration: none;
	color: white;
}
img{
	border: 0px;
}
#header{
	font-size: 1.3em;
	position: absolute;
	top: 230px;
	left: 60px;
	width: 200px;
}


#main{
	position: absolute;
	left: 380px;
	top: 80px;
}

#main div.title{
	border-bottom: 1px solid white;
	margin: 10px 120px 10px 0px;
	text-align: right;	
}

#main div.entry{
	margin: 10px 0 60px 80px;
}


