body {
	font-family: verdana,arial,helvetiva,sans-serif;
	font-size: 12px;
	color: #fff;
	background:#B9B299;
}
a {
	color: gray;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}
p {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	margin:0 auto;
	text-align:left;
	position: absolute;
    left: 50%;
    top: 50%;
    height: 601px;
    width: 867px;
    margin-left: -433px;
     /* Wert für IE 5 Mac */
     margin-top: 50px;
     /* Vor IE 5 Mac verstecken \*/
     margin-top: -300px;
	 background: silver;
}

img {
	border:0px;
}
