.container
{
	position: relative;
	height: 210px;
	width: 900px;
	background-image: url(../js/logo.jpg);
	background-repeat: norepeat;
	vertical-align: bottom;
	text-align: center;
}

.bottom
{
	position: absolute;
	width: 900px;
	bottom: 0px;
	right: 0px;
	text-align: center;
}
	
.counter
{
	font-family: Digital Readout Thick, Courier New, verdana;
	font-size: 20pt;
	color: #FFFF00;			
	background: #000000;
	font-weight: 100;
}

.counterheader
{
	font-family: Digital Readout Thick, Courier New, verdana;
	font-size: 16pt;
	color: #FFFF00;			
	background: #000000;
	font-weight: 100;	
}

.rahmen
{
	width: 200px;
	height: 45px;
	background-image: url(../js/rahmen.gif);
}