body {
	background: #33ccff url(image.png) repeat;
	color: #000;
	text-align: center;
	line-height: 1.4;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.thead {
	background: #33ccff url(blue.png) top left repeat-x;
	color: #ffffff;
}

.em ul {
	background: #33ccff url(blue.png) top;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	text-decoration: none;
}