body
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#BE9E56;
/*	color:#333; */
	background-color: #1E1B1F;
/*	background-color: #EBEBEB; */
}

a, a:link
{
	color:#BE9E56;
/*	color: #000; */
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#page
{
	width:900px;
	height:670px;
	
	margin-top:30px;
	
	margin-left:auto;
	margin-right:auto;
}

#page #enter
{
	width:500px;
	height:245px;
	
	margin-left:auto;
	margin-right:auto;
	
	padding-top:175px;
	
	background-image:url(../db-data/layout/logo_500.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#page #enterlinks
{
	display:block;
	
	width:500px;
	height:25px;
	
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
}

#enterlinks a
{
	margin-left:15px;
	margin-right:15px;
	font-size: 10pt;
}

#page #collection
{
	width:900px;
	height:670px;
	
	background-repeat:no-repeat;
}

#page #collection #logo
{
	width:250px;
	height:45px;
	
	margin-bottom:130px;
	
	background-image:url(../db-data/layout/logo_250.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#footer
{
	width:860px;
	height:25px;
	
	padding-right:40px;
	
	text-align:right;
}

#footer a
{
	margin-left:15px;
	color:#444345;
}


a, .tipp { position: relative; } 

a span, .tipp span { display: none; font: 11px arial,helvetica,sans-serif; color: #000000; } 

a:hover, .tipp:hover { background-color: transparent; } 

a:hover span, .tipp:hover span {
	width: 300px;
	position: absolute;
	top: -350px;
	left: 90px;
	display: block;
	background-color: #BE9E56;
	border: 1px solid #000000;
	text-decoration: none; 	padding: 4px;
	opacity: .8;
	filter: alpha(opacity=100);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#BE9E56;
	text-decoration: none;
}
