Normally I wouldn't paste the CSS (cause it's gonna be different for everyone) but in the spirit of full disclosure...
#block-views-News .node {
border-bottom:0px;
}
#block-views-News>.content {
position:relative;
padding-top:12px;
padding-bottom:12px;
padding-right:15px;
background-image:url('images/top_bg.gif');
background-repeat:repeat-x;
background-color:#e7e7e7;
}
#block-views-News .content div.links {
position:absolute;
bottom:12px;
width:250px;
}
.taxonomy_term_1 {
display:none;
}
.tl, .tr, .bl, .br {
position:absolute;
width:10px;
height:10px;
display:block;
background-color:#00ff00;
}
.tl {
top:0;
left:0;
background-image:url('images/tl.gif');
}
.tr {
top:0;
right:0;
background-image:url('images/tr.gif');
}
.bl {
bottom:0;
left:0;
background-image:url('images/bl.gif');
}
.br {
bottom:0;
right:0;
background-image:url('images/br.gif');
}