div#innerfade {
	min-height : 200px !important;
	_height: 200px !important; 
	overflow : hidden;
	position : relative;
}
div#innerfade div#overflow {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 0;
}
body#start div#innerfade {
	min-height : 300px !important;
	_height: 300px !important;
}
div.promobox {
	bottom : 31px;
	position : absolute;
	right : 0;
	width : 295px;
	z-index : 50;
}
body#start div.promobox {
	bottom : 61px;
}
	
div.promobox h2 {
	background : transparent url(../img/layout/bg-infobox-top.png) no-repeat left top;
	font-size : 350%;
	left : 0px;
	line-height : 1.1;
	margin : 0;
	padding : 10px 20px 0 20px;
	position : relative;
	width : 255px;
}
div.promobox p {
	background : transparent url(../img/layout/bg-infobox-bottom.png) no-repeat left bottom;
	padding: 0 20px 10px 20px;
	position : relative;
	margin : 0;
	*top : -1px;
}
