* {  margin: 0;  padding: 0;}html { height: 100%; }body {  height: 500px;  font-family: Verdana,Helvetica,sans-serif;  font-size: 11px;  line-height: 16px;  color: #505050;  text-align: center;  background: #bcbdbf url(bg_neuherz.jpg) no-repeat top;}#content {	text-align:left;	margin-left: auto;	margin-right: auto;	margin-top:200px;	border: red 0px solid;	width: 630px;	height: 370px;	overflow: hidden;	padding:15px;}#footer {   text-align:right;	margin-left: auto;	margin-right: auto;	margin-top:80px;	border: red 0px solid;	width: 1011px;	padding:5px;}
