* {	margin: 0px;	padding: 0px;}html {	height: 100%;	width: 100%;	display: table;}body {	display: table-cell;	vertical-align: middle;	background-color:#eaf80b;}#seite {	width:955px;	height:50px;	margin: 0 auto;}img {	display: block;	vertical-align:bottom;}a img {	border: none;}a:focus {	outline:none;}/* --- HEADER --- */#header {	height: 100px;	background-color:#999;}/* --- CONTENT --- */#content {	height: 50px;	text-align:center;	font-family:Arial, Helvetica, sans-serif;	font-size: 42px;	font-weight: bold;	line-height:50px;}a {	color: #868b8e;	text-decoration: none;}a:hover {	font-style:italic;}