body{
	font-size:13px;
	background:#141414;
	text-align:center;
	background-image: url(./background.png);
	background-repeat: repeat;
	margin-bottom: 0px;
}	

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
	
#counter{
	position:absolute;
	left: 0%;
	width:100px;
	height:20px;
}	
#header{
	position:absolute;
	width:749px;
	height:210px;
	top:50%;
	left:50%;
	margin-top:-105px;
	margin-left:-375px;
	margin-right:auto;
	margin-bottom: 0px;
	background-image:url(./shnytzl_logo.png);
	background-position:center;
	background-repeat: no-repeat;
	background-color:#014a42;
	box-shadow: 15px 15px;
	padding: 15px 15px 15px 15px
}
