body {
background-color: black;
color: white;
font-family: arial, sans-serif;
font-size: 10pt;
}

h2 {
font-size: 14pt;
font-family: Arial, Sans-Serif;
}

a, a:visited {
color: yellow;
text-decoration: none;
}

a:hover, a:active {
color: goldenrod;
text-decoration: underline;
}

#container {
width: 100%;
position: relative;
overflow: hidden;
}

#information {
position: relative;
width: 100%;
height: 150px;
}

#seriesInfo {
position: absolute;
left: 0px;
width: 600px;
}

#locationInfo {
position: absolute;
right: 0px;
}

#films {
position: relative;
z-index: 10;
top: 75px;
width: 100%;
text-align: center;	
}

#April3, #April10, #April17, #April24 {
width: 200px;
float: left;
padding-right: 30px;
}

.address {
font-size: 12pt;
}

.filmText {
text-align: right;
padding-right: 10px;
}

#bottom {
clear: both;
position: relative;
z-index: 0;
}