body {
	background-image: url('background.jpg');
	background-position: center top;
}

a {
	color: #4f6872;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.teaser {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 388px;
	height: 456px;
	border: solid 12px #4f6872;
	margin: -240px auto auto -206px;
	background-color: #fff;
}

.teaser img {
	display: block;
	width: 338px;
	height: 120px;
	margin: 24px auto;
}

.teaser-copy {
	width: 338px;
	margin: 0 auto;
	font-family: 'Oxygen', sans-serif;
}

.teaser-copy p {
	text-align: center;
	margin-bottom: 24px;
	line-height: 1.2em;
}