body {text-align: center; background-color:black;font-family: Arial;}
div#back {
width: 1024px; height: 768px; margin: 0 auto; position: relative; 
backgound-repeat: no-repeat;background-position:top center;
}
div#main {
position: relative; margin: 0  auto; top: 60px; width: 800px; height: 640px; z-index: 1;
background-repeat: no-repeat; background-position: center; background: url(images/secondaryframe.gif);
filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70
}
div#text { position:relative; margin: 0px 12px 0px 12px; top: 120px; width: 778px; height: 488px; z-index: 2; overflow:auto;text-align:left;}
div#text h1,h2,h3,h4,h5,h6 { text-align:center; font-weight: bold; color: green }
.emphatic {font-weight: bold;color:green;}
.secemph {color:green; font-style:italic}