html { 
 margin:0;
 padding:0;
 }

body {
 height:100%;
 background-color:#000000;
 padding:0px;
 margin:0px;
 }

img {
 border:0px;
 }

h1 {
 color:#fac832;
 text-align:center;
 font-family:'Times New Roman', serif;
 font-weight:bold;
 font-size:32px;
 }

p {
 color:#c02020;
 text-align:center;
 font-family:'Times New Roman', serif;
 font-weight:bold;
 font-size:20px;
 }

.mittig {
 text-align:center;
 }

#inhalt {
 background-color: #FFFFFF;
 position:absolute;
 top:50%;
 left:50%;
 width:424px;
 height:450px;
 margin-left:-212px;
 margin-top:-225px; 
 }