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

html {
	height:100%;
}

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#999;
}

#animation {
  position:absolute; 
  top: 50%;  
  left:50%; 
  width:500px;  /* Inhalts Breite */
  height:220px;   /* Inhalts Höhe */
  margin-top:-110px;  /* Höhe/2 */
  margin-left:-250px;   /* Breite /2 */
}

#noscript_txt {
	margin: 30px 0 0 0;
	padding: 0 0 0 50px;
	}
	
#noscript_txt a {
	color:#999;
	}	
