body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #171717;
}

#content {
	margin-top: 0px;
}

td.center {
	background: transparent url(/img/header.gif) scroll no-repeat 0px top;
}

td.left {
	background: transparent url(/img/left.gif) scroll no-repeat right top;
}

td.right {
	background: transparent url(/img/right.gif) scroll no-repeat left top;
}

div#tipps {
 border-top: 20px solid #ccc;
 border-bottom: 5px solid #999;
 background: #fff;
 color: #666;
 font-family: arial, helvetica;
 font-size: 12px;
 padding: 20px 0 20px 0;
 margin: 0;
}
div#tipps a {
 color: #777;
}