body {
  background: url(../images/background3.jpg) no-repeat center center;
  background-color: black;
  color: #CDCDCD; /*in new logo: #838383; but too dark for small text? */
  font-family: Helvetica, Arial, Sans-serif;
  max-width: 70em;
}

h1 {
  font-size: 120%;
}
h2 {
  font-size: 95%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#header {
  position: relative;
  margin-right: 3%;
}
#logo {
  background: url(../images/andromeda-logo.png) no-repeat;
  background-position: 3%;
  height: 100px;
}
.image-text {
  /* hidden text, not shown normally (there is an image instead) */
  display: none;
  color: #F08A00; /* orange */
}

#container {
  position: relative;
  top: 2em;
  margin: 0 3% 3% 3%;
}

#left {
  float: left;
  width: 45%;
}

/* old address block before aligning it to bottom 
#address {
  line-height: 1.25em;
  padding-top: 5em;
}
*/

/* bottom of address aligned to bottom of films. Breaks in IE6 */
#address {
  position: absolute;
  bottom: 1.4em;
  width: 45%;
  line-height: 1.25em;
}


#available ul {
  padding-left: 0;
  margin-left: 1em;
  list-style: outside;
}

#films {
  float: right;
  width: 45%;
  text-align: right;
}

.film-title,
.film-credits,
.film-genre {
  margin-top: 0;
  margin-bottom: 0;
  color: #F08A00; /* orange */
}
.film-title {
  font-weight: bold;
  margin-top: 1em;
  text-transform: uppercase;
}

#footer {
  padding: 2em;
  clear: both;
}

a img {
  border: 0;
}

a.mail img {
  margin-top: 0.25em;
}

a:link,
a:visited {
  color: #CDCDCD;
}

a:hover,
a:active {
  color: white;
}

.film-title a:link,
.film-title a:visited,
.film-title a:hover,
.film-title a:active {
  color: #F08A00;
}

