body {
	margin: 0px; 
	height: 100%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: black;
	overflow-x:hidden;
}
.menufixed{
	position: fixed;
	background-color: transparent;
	border: 0px solid #E60004;
	left: 0px;
	top: 154px;
	width: 260px;
	height : 400px;
	background-image: url(../img/infobox_bg1.jpg); background-repeat: no-repeat;
	padding-left:3px; padding-top:3px;
	color: white;
	z-index:5;
}
.content{
	position: static;
	margin: 0px 40px 40px 240px;
	z-index: 1;
}
.imagecontainer{
	margin-left:320px;
	width:600px;
	text-align:center;
}
