/*
--- BASICS ---
*/

body {
	background: #D9EFFC url(../images/bg_body.jpg) no-repeat center bottom;
	text-align: center;
	}
	
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	min-height: 1300px;
	height: auto !important;
	height: 300px;
	}
	
div, img, h1 {
	behavior: url(/css/iepngfix.htc);
	}
	
em {
	font-weight: normal;
	font-style: normal;
	}
	
/*
--- CONTENT / COMMON ---
*/

#content {
	margin-top: 50px;
	}

#like {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: left;
	vertical-align: top;
	}
	
/*
--- FOOTER ---
*/

#footer{
	clear: both;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	}
	
#footer-two{
	color: grey;
	margin-top: 7px;
	margin-bottom: 7px;
	}
	
#footer a{
	color: #0085d9;
	text-decoration: none;
	}
	
#footer a:hover{
	color: #0085d9;
	}
	
#imprint{
color: gray;	
	}
