body {
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	background-color:none;
	background-image: url("body.jpg");
}

table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

#event-image-temp {
/* the image you want to 'watermark' */

/*background-image: url(icon-run.png);*/
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

#event-image-temp img {
	height: 75px; /* or whatever, equal to the image you want 'watermarked' */
	width: 75px; /* as above */
/* the actual 'watermark' */
position: absolute;
top: 0; /* or whatever */
left: 0; /* or whatever, position according to taste */
opacity: 0.25; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
filter:alpha(opacity=50); /* for <= IE 8 */
}
