* { margin: 0; padding: 0; }

html, body { height: 100%; min-height: 100%; width:100%; position: relative;   background: #FFF url('/img/a_background.jpg') fixed; }
* html, * body { height: 100%; }

#flash_header { height: 100%; min-height:600px; min-width:960px; position: relative; /*background: url(bg_body.jpg);*/ }

#Logo { position: absolute; right: 0; top: 42%; }
#Message { position: absolute; left: 3%; top: 3%; width: 1024px; background: #FFF; padding:32px; }
  p { font-family: Arial; color: #000; font-size: 10pt; }
  a { color: #000; }
    p.Title { font-size: 18pt; font-weight: bold; padding-bottom: 20px; }

#Message p {padding:0.5em;}
#Message h1, #Message h2, #Message h3 {padding-top:1em;}
