/* Datei: nomu.css */

body
{
 background-image:url(images/background.jpg);
 background-repeat:repeat-y;
 background-position:center;
 background-position:top;
 background-attachment:fixed;
 text-align:center;
}

div#Seite
{
 text-align: left;    /* Seiteninhalt wieder links ausrichten */
 margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
 width: 1024px;
 padding: 0.5em;
}
