@charset "UTF-8";
@font-face {
font-family:customfont;
src: url(fonts/b010014t.ttf) format("truetype");
}

body {
	background: #ffffff url(images/bckgrd02.jpg) top center no-repeat;
}

#ctn {
	background-image: url(images/3logo_bckgrd_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height:240px;
	width: 100%;
	margin: auto;
}
#adress {
	height: 30px;
	width: 310px;
	left: 20%;
	background-color: #e3e5e6;
	color: #262626;
	font-family: customfont;
	font-size: 20px;
	margin-top: 55px;
}
#adress a {
	text-decoration: none;
	color: #262626;
}

#adress a:hover {
	text-decoration: none;
	color: #666666;
}

#adress2 {
	position:absolute;
	height: 30px;
	width: 310px;
	right: 10px;
	background-color: #262626;
	color: #e3e5e6;
	font-family:customfont;
	font-size:20px;
	margin-top: 5px;
}
#adress2 a {
	text-decoration: none;
	color: #e3e5e6;
}

#adress2 a:hover {
	text-decoration: none;
	color: #666666;
}

#impfuck {
	height: 30px;
	width: 240px;
	left: 20%;
	color: #e3e5e6;
	font-family:customfont;
	font-size:16px;
	margin-top:35px;
}
#impfuck a {
	text-decoration: none;
	color: #e3e5e6;
}

#impfuck a:hover {
	text-decoration: none;
	color: #999999;
}
