#news {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	visibility: visible;
    width: 222px;
	height: 300px;

}
#files {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	visibility: hidden;
   	width: 222px;
	height: 250px;

}
#articles {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	visibility: hidden;
	width: 222px;
	height: 250px;

}
#topics {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	visibility: hidden;
	width: 222px;
	height: 250px;
		
}
