* { 
	overflow-y: hidden;
	overflow-x: hidden;
}

#design {
	position:absolute;
	left:0px;
	top:0px;
	width:518px;
	height:351px;
}

#poster_ {
	position:absolute;
	left:0px;
	top:0px;
	width:197px;
	height:351px;
	background-image: url(images/poster.png);
}

#inhalt_ {
	position:absolute;
	left:197px;
	top:0px;
	width:321px;
	height:351px;
	background-image: url(images/inhalt.png);
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
a:link{
	color:#FC0;
}
a:visited{
	color:#FC3;
}
a:hover{
	color:#FC3;
}
a:active{
	color:#FC3;
}