* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	background: #756b70;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
/*****************************************************************************/
/*                                    pagehome                                   */
/*****************************************************************************/
#pagehome {
	min-height: 100%;
	width: 820px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: transparent;
}
#zentriert {
  position:absolute;
  top:50%;
  left:50%;
  width:200px;
  height:200px;
  margin-left:-100px;
  margin-top:-100px;
}

/*****************************************************************************/
/*                                    footer                                 */
/*****************************************************************************/
#footer {
	position: absolute;
	width: 800px;
	bottom: 0;
	background: #756b70;
	font-weight: bold;
	height: 20px;
	padding: 0 10px 10px;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0 .1em;
	color: #d07d00;
	font-size: 0.7em;
}

#footer li a {
	color: #d07d00;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}
