body, html {
background-color: #FFFFFF;
margin: 0px;
height: 100%;
}
.hideme {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -300px;
float: left;
}

.container {
background-color: #00000;
width: 950px;
height: 600px;
clear: both;
position: relative;
top: -300px;
position: static;
margin: auto;
}

.content{
position: absolute;

}
.adresse {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.brod {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
