
div#newsFeed	{ 
	position:relative;
	width:256px; height:282px; 
	left:0px; top:0px;
  	z-index:10; 
}

div#feed	{ 
	position:absolute;
	width:256px; height:282px; 
	left:0px; top:0px;
  	z-index:11; 
}

div#coverHead	{ 
	position:absolute;
	width:257px; height:43px; 
	left:0px; top:0px;
  	z-index:12; 
}

div#coverLeft	{ 
	position:absolute;
	width:8px; height:235px; 
	left:0px; top:41px;
	background-color: #FFF;
  	z-index:12; 
}

div#coverRight	{ 
	position:absolute;
	width:8px; height:235px; 
	left:248px; top:41px;
	background-color: #FFF;
  	z-index:12; 
}

div#coverFoot	{ 
	position:absolute;
	width:255px; height:20px; 
	left:0px; top:270px;
	background-color: #FFF;
  	z-index:12; 
}