#splashLeft {
	width: 670px;
	height: 470px;
	float: left;
	background: url('../../img/layout/MainPageImage.jpg') no-repeat;
	margin-left: 5px;
	display:inline;
}

#splashLeft a:link, #splashLeft a:visited {
	display: block;
	height: 20px;
	width: 275px;
	position: relative;
	top: 415px;
	left: 205px;
}

#splashRight {
	width: 290px;
	height: 470px;
	float: right;
	background: url('../../img/layout/MainPageImage-r.jpg') no-repeat;
	margin-right: 5px;
	display: inline;
}

#teaserBlock {
	height: 55px;
	width: 250px;
	margin-left: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

#teaserBlock h2 { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; height: 20px; line-height: 20px; }
#teaserBlock p { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; height: 30px; line-height: 15px; overflow: hidden; margin-bottom: 5px; }

