#blogbox
{
	position: relative;
    overflow: hidden;
	clear: both;	
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
}

.blog_headline
{
	position: absolute;
    top: 210px;
    left: 5px;
	width: 500px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #BBB;	
}

#blogbox_fade_top
{
	position: absolute;
	top: 0;
	z-index: 20;
	clear: both;
	width: 100%;
	height: 35px;
	background-image: url(../images/bottom_fade_top.png);
	background-repeat: repeat-x;
	background-position: top left;
}

