you can edit the skins CSS files :
To hide news edit :
/usr/local/psa/admin/htdocs/skins/SKIN_NAME/css/main/desktop.css
.dBox {
margin: 10px 0 0 10px;
display: none; /** add this line **/
To remove Virtuozzo name from top:
Edit :
/usr/local/psa/admin/htdocs/skins/SKIN_NAME/css/top/custom.css
#topTxtBanner {
display: -moz-inline-box;
display: inline-block;
border-left: 1px solid #868b93;
background-image: url('../../images/vz_top.gif');
background-position: 9px 3px;
background-repeat: no-repeat;
padding-left: 36px;
padding-right: 7px;
text-align: left;
display: none; /** add this line **/