html { background-color: #000; }
body { position: relative; font-family: verdan, trebuchet ms, sans-serif; background-color: #000; } 
h1 { font-size: 24px; text-align: center; }
h2 { font-size: 20px; text-align: left; }
h3 { font-size: 16px; text-align: center; }
p { text-align: justify; }

/* Centre the body */
#container { position: relative; width: 600px; max-width: 600px; margin: 20px auto 0 auto; padding: 25px; border: solid 2px #b30101; color: #999999; }

/* Rounded corners */
.corner { position: absolute; }
img.BL  { bottom:-2px; left:-2px; }
img.TL  { top:-2px; left:-2px; }
img.TR  { top:-2px; right:-2px; }
img.BT { bottom:-2px; right:-2px; }
