.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

.clearfix {
        display: inline-block;
}

html[xmlns] .clearfix {
        display: block;
}

* html .clearfix {
        height: 1%;
}
.clear {
	clear:both;
	display: block;
	height: 1px;
}
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url(../img/intro_bg.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center 90px;
	color: #666;
}
a {
	color: #000;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 960px;
	font-weight: normal;
	left: 0px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/intro_logos_bg.png);
	height: 260px;
	margin-top: 200px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;


}
#naether {
	position: absolute;
	left: 10px;
	top: 55px;
}
#hessit {
	position: absolute;
	top: 55px;
	right: 10px;
}
