#top {
	position: absolute;
	background-image: url(/static/common/img/bg_top.jpg);
	width: 760px;
	height: 400px;
	border-bottom: 10px solid #c5c3bc;
	border-top: 10px solid #c5c3bc;
}

#startTeaser {
	position: absolute;
	top: 0;
	width: 760px;
	height: 104px;
	background-color: #fff;
	background-image: none;
	margin-top: 4px;
	text-align: right;
}

#content {
	position: absolute;
	top: 122px;
	left: 0px;
	padding: 0;
	margin:0;
	width: 760px;
	height: 285px;
}

#content img {
	border:0;
	margin:0;
}

#container {
	margin: 0 auto;

}

#startTeaser img {
	margin-right: 100px;
	margin-top: 30px;
}




