/*
===================
*** STYLES HOME ***
===================
*/


body{
	background-color: #FFE466;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F0A900;
}
a{
	font-size: 12px;
	color: #F0A900;
	text-decoration: none;
}
a:hover{
	color: #FFCC33;
	text-decoration: underline;
}
#table{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-top: -270px; 
	margin-left:-400px; 
	width: 800px;
	height: 540px;
	background-color: #FFF8CC;
	background-image:  url("../images/bghome.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 10px 6px 0px;
	text-align: right;
	z-index: 0;
}
#tdBg{
	float: right;
	display: block;
	margin: 10px 10px;
	background-image: url(../images/goettner-abendroth.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 360px;
}
#copy{
	position: absolute;
	margin-top: 8px;
	font-size: 10px;
	letter-spacing: normal;
}

