body {
	background:url(../images/bg.jpg) repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

#topBanner {
	background: url(../images/banner_background.jpg) repeat-x;
	width: 100%;
	height: 31px;
}

div.client {
	position: relative;
	vertical-align: top;
	overflow: hidden;
	top: -2px;
	left: 190px;
	width: 110px;
	text-align: left;
}

div.client a {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

div.client a:hover {
	font-weight: bold;
}

div.client img {
	border: none 0px;
}