/* CSS Document */

* {
margin:0;
padding:0;
}
html, body {
min-height:100.1%;
height:auto !important; /* für moderne Browser außer IE*/
}
body {
text-align:center; /* Für Zentrierung des Containers in älteren Browsern */
font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; 
font-size:14px;
background:#070809;
color:#cdcece;
}
#container {
width:900px;
height:638px;
margin:30px auto 20px;
text-align:center;
}
#content {
width:900px;
height:638px;
margin:10px auto;
}
#contentp  {
text-align:center;
}
