
#wrapper 
{ 
	background-image:url(/assets/images/HomepageBg.jpg);
	background-repeat:no-repeat;
}

#content
{
    float:left;
    width:700px;
	color:white;
}

#rightColumn
{
    float:left;	
    width:160px;
}




.newsBox_text
{
	float:left;
	width:80px;
	height:70px;
}
.newsBox_img
{
	float:left;
	width:50px;
	height:50px;
	margin-top:10px;
	-moz-opacity:1.0;filter:alpha(opacity=100);	
	
	}