html, body { margin: 0; border: 0; padding: 0; background: url("promo/bg.jpg") no-repeat fixed center top; }
h1, h2 { text-align: center; margin: 0; }

/* Page layout */
#header, #content, #footer { text-align: center }
#content { max-width: 500px; margin: auto;}

/* News */
.news-item { text-align: left; margin: 5px auto;}
p.signature { text-align: right; font-weight: bold; }

/* Localised list */
li.en { list-style-image: url("promo/flag-en.png"); }
li.de { list-style-image: url("promo/flag-de.png"); }

/* Rounded corners */
.rounded-top, .rounded-left, .rounded-bottom, .rounded-right, .rounded-center { background-color: white; }
.rounded-topleft { background: url("promo/topleft.png") no-repeat left top; width: 25px; height: 25px; padding: 0; }
.rounded-topright { background: url("promo/topright.png") no-repeat right top; width: 25px; height: 25px; padding: 0; }
.rounded-bottomleft { background: url("promo/bottomleft.png") no-repeat left bottom; width: 25px; height: 25px; padding: 0; }
.rounded-bottomright { background: url("promo/bottomright.png") no-repeat right bottom; width: 25px; height: 25px; padding: 0; }
