Graphics: ENT- TOS- TNG- DS9- VOY- MIS

Winner
The Best way is by use of a combination of tables and css.

In you .css file make an entry like:

td.winner {color: #ffcc00;
	width: 200px;
	height: 100px;
	padding-left: 67px;
        margin-top: 25px;
	margin-right: 10px;
	font-weight: bold; }

Then for your table td tag add the following attributes:
background=GO05-TNG.jpg class="winner"
and place your text in the table td field. (view source to see that part)