@font-face {
	font-family: 'Campton Bold';
	src: url('fonts/Rene.Bieder_Campton.SemiBold.otf') format('opentype');
}
@font-face {
	font-family: 'Campton Thin';
	src: url('fonts/Rene.Bieder_Campton.Book.otf') format('opentype');
}


body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family: 'Campton Thin';
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:normal;
}

h1 {	
	font-family: 'Campton Bold';
	font-size: 14pt;
	margin: 0;
	padding: 0;
}
h1 span.book { font-family: 'Campton Thin'; }

a {
	color: #000;
	font-family: 'Campton Thin';
	text-decoration: none;
}

p {
	margin: 3pt 0 0 0;
	width: auto;
}
span {
	background: #F4CD00;
	font-size: 14pt;
}

#wrap {
	width: 550pt;
	height: 345pt;
	background: url('bg.jpg') no-repeat center #fff;
	background-size: cover;
	margin-top: 13%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#text {
	position:absolute;
	top: 140pt;
	left:79pt;
}

@media (min-width:560px){
	#wrap {	width: 550pt; height: 345pt; margin-top: 13%;}
}
@media (max-width:560px){
	#wrap {	width: 100%; max-height: 245pt; margin-top: 3%;}
	#text {	top: 100pt;	left:5pt; }
	span { font-size: 14pt; }
