
#footer #footer_bkg {
	width: 100%;
	height: 14px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: url(http://www.thaiguru.de/style/footer.png);
	background-repeat: repeat-x;
}

#footer #privacy, #footer #copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	position: fixed;
	bottom: 0;
	background-color: transparent;
	z-index: 100;
}

#footer #privacy {
	left: 6px;
}
#footer #copyright {
	right: 6px;
}
