/* ------- INHALTSVERZEICHNIS -------- */
	/* ------- BODY | HTML ------- */	
	/* ------- .tblOne | .tblTwo --*/

body { margin: auto; height: 100%; width: 100%; background-color: #000000; align: center; }
html { margin: auto; height: 100%; width: 100%; }
.tblOne { width:100%; height:100%; text-align:center; }
.tblTwo { margin: auto;	height: 600px; width: 400px; }

