@charset "utf-8";

body, html { height:  100%; background-image:url(..//afbeeldingen/metaal2.jpg); }
			#outer { height: 100%; width: 100%; overflow:  visible; position: relative; }
			#outer[id] { display: table; position: static; }
			#middle { position: absolute; top: 50%; }
			#middle[id] { display: table-cell; vertical-align: middle; position: static; }
			#inner { position:  relative; top: -50%; text-align: center; color:#FF0000; margin:0 auto; }
			#inner[id] { position: static; text-align: center; background-repeat:no-repeat; }
