body {
background: url(wood.jpg) no-repeat;
background-size: 100%;
}


html, body {
height: 100%;
margin: 0;
padding: 0;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
}


td {vertical-align:top; color: 000000; font-family:"courier new"; font-size:80%}
.play {font-family:arial; text-decoration:none; font-style:italic; font-weight:bold; font-size:200%; color: #660033}
.intro {font-family:times; font-style:italic; font-size:125%; padding-left:25px; padding-right:25px}
.publication {font-weight:bold;}
.journalist {font-weight:bold;}
h1 {font-family:times; font-size:350%; text-transform:uppercase; text-align:center; margin-bottom: 10px; padding-bottom: 0px}
h2 {font-family:arial; font-size:150%; text-align:center}	




a:link {color: #000000 }
a:visited {color: #660033}
a:hover {color: #ff9999}
a:active {color: #000000}
a img {border: none; } 

a.play:link {color: #660033 }
a.play:visited {color: #660033}
a.play:hover {color: #ff9999}
a.play:active {color: #660033}


body {background-image:url('bg.jpg')}