* {
margin: 0;
padding: 0;
}

body {
background: #6b6c6c;
font-family: Georgia, Arial, Helvetica, Sans Serif;
font-size: 65.5%;
}

a {
color: #08658F;
}

a:hover {
color: #0092BF;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 a {
text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header {
color: #333;

padding: 1.5em;
text-align: center;
font-size: 1.2em;
border-bottom: 1px dotted #0092BF
}

#content {
width: 100%;
margin: 50px auto 0;
padding: 8% 0;
	background: url(idplate_emotionslos.png) no-repeat fixed 50% 100px;
	font: 1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
}

#content p {
font-size: 1em;
padding: .8em 0
}

h1, h2 {
color: #08658F;
}

h1 {
font-size: 300%;
padding: .5em 0;
}

#footer {
position: absolute;
bottom: 2em;
right: 2em
}