@charset "utf-8";
/* CSS Document */

body, html {

background-color: #000000;
}

a:link {
color: #cccccc;
}
a:visited {
color: #cccccc;
}


 .content_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : none;

}


 .legende {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : none;

}
 

#myoutercontainer { position:absolute}
	#myinnercontainer { position:absolute; top:50%; width: 375px; height: 500px; background-color: #000000 }