@charset "UTF-8";
    #header {
		height: 200px;
    	background: #333333; 
    	padding: 9px 0px 0px 20px;
		margin-top: 0px;
		background-image: url(../images/head.jpg);
		background-repeat: no-repeat;	
		font-size:12px;
		text-align:left;
    }
	#header a:link {
		font-size:12px;
		color: #999999;
		text-decoration: none;
	}
	#header a:visited {
		font-size:12px;
		text-decoration: none;
		color: #999999;
	}
	#header a:hover {
		font-size:12px;
		text-decoration: none;
		color: #FFFFFF;
	}
	#header a:active {
		font-size:12px;
		text-decoration: none;
		color: #FFFFFF;
	}

	#Webcounter {
		margin-left: 670px;
		margin-top: 135px;	
	}
