@charset "utf-8";
/* CSS Reset */
@import url(reset.css);

/******************** Template / Seitenstruktur ****/

html, body {
	height: 100%;
	background: #000;
	color: #FFF;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#container{
	width:700px;
	height:620px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-310px 0 0 -350px;
	background: url(../img/howard_donald.jpg) no-repeat center center;
}

#content-box {
	position: absolute;
	bottom: 109px;
	right:45px;
	width: 280px;
	height: 200px;
	text-align: center;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 12px;
}

a{color:#e0d899; text-decoration: none;}
a:hover {text-decoration: underline;}


img.icon { display: inline; width: 35px; height: 35px;  }