html, body {
  height: 100%;
	font-family: Ariel, sans-serif;
  text-transform: uppercase;
  color: red;
  font-size:12px;
}

a {
  text-decoration: underline;
  color: red;
  outline: 0;
}

a:hover {
  background-color: #BF1E2E;
  color: #DDD;}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/background.png);
  background-image: -moz-radial-gradient(ellipse farthest-corner, #FCFCFC 0%, #EEEEEE 60%, #C8C8C8 100%);
  background-image: -webkit-radial-gradient(ellipse farthest-corner, #FCFCFC 0%, #EEEEEE 60%, #C8C8C8 100%);

}

img.title {
  margin-top: 5%;
  margin-left: 10%;
}

.stills {
  background: url(../images/stills-bg.jpg) repeat-x; 
/*  background: url(../images/stills-background-alt.jpg) repeat-x;*/
  height: 360px;
  margin: 5% 0;
}

.trailer {
  width: 640px;
  height: 360px;
  margin: 0 auto;
  border-left: #AFAFAF 1px solid;
  border-right: #AFAFAF 1px solid;
  background: #000;
}

.footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.footer2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.footer form {
  text-align: right
}