/* general styles */
body {
	font: 11pt Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 14pt;
	color: #000;
}


body a {
	color: #000;
	border: 0;
	text-decoration: none;
}

body a:hover {
	color: #90278E;
	text-decoration: underline;
}

body a:visited {
	color: #90278E;
}

body img {
	border: 0;
}

#footer {
	color: #aaa;
	text-align: left;
	margin: 0;
	padding: 40px 0 0 0;
	width: 940px;
	z-index: 60;
}

#footerText {
	position: relative;
	top: 0px;
	left: 480px;
	color: #aaa;
	font-size: 8pt;
	font-weight: bold;
	width: 200px;
	height: 10px;
}

#logoBBDO {
	position: relative;
	top: -23px;
	left: 810px;
	width: 120px;
	z-index: 70;
}

#logoBBDO a{
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background: url(../images/bbdo_logo.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}

#logoSBS {
	position: relative;
	top: -53px;
	left: 660px;
	width: 120px;
	z-index: 75;
}

#logoSBS a{
	display: block;
	width: 120px;
	height: 28px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background: url(../images/sbs_logo.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}
