body {
	font-family:Franklin Gothic Medium, Lucida Grande, Helvetica, Arial, sans-serif, sans;
	margin:0;
	padding:0;
	text-align:center;
}
.page {
	text-align:left;
	width:900px;
	height:389px;
	overflow:hidden;
	display:table;
	margin:5em auto 0 auto;
	padding:0.5em;
	border:1px solid #DDD;
}
.bottom {
	width:900px;
	border:1px solid #FFF;
	text-align:left;
	margin:0 auto;
	display:table;
	padding:0.5em;
	font-family:Times, Times New Roman, serif;
	opacity:0.9;
	font-size:90%;
}
.position, .position:hover {
	position:relative;
	width:100%;
	display:table;
	color:#000000;
	text-decoration:none;
}
.left {
	width:450px;
	height:389px;
	overflow:hidden;
	background:url(../img/teaser.png) transparent no-repeat;
	float:left;
}
.right {
	position:relative;
	margin-left:450px;
	height:389px;
}
.right .inner_top, .right .inner_bottom {
	padding:0 1em;
}
.inner_bottom {
	position:absolute;
	bottom:0;
	right:0;
	font-size:110%;
}
h1 {
	font-size:36px;
	margin:0;
}
h2 {
	font-size:20px;
	margin:0;
}
p {
	line-height:1.4em;
}
span {
	display:block;
}
.bold {
	font-weight:bold;
	font-fammily:Franklin Gothic Demi;
}
p.last {
	margin-bottom:0.2em;
}