* {
  margin: 0;
  padding: 0;
}    

body {
font: 90% Arial, Helvetica, sans-serif;
background-color: #fff;
text-align: center;
margin-bottom: 25px;
}

#filmtop {
background: black;
height: 188px;
text-align: center;
color: white;
}

#filmtop p {
padding-top: 15px;
}

#filmtop a:link, #filmtop a:visited {
color: white;
}

#filmtop a:active, #filmtop a:hover {
color: #990000;
}

#film {
height: 200px;
background: url(http://www.goodnewsfilms.com/_images//filmstrip.gif) repeat-x black;
margin-bottom: 25px;
text-align: center;
color: white;
font-weight: bold;
}

#film a:link, #film a:visited {
color: white;
}


#film a:hover, #film a:active {
color: #990000;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 810px; /*Width of Carousel Viewer itself*/
height: 170px; /*Height should enough to fit largest content's height*/
margin: 0 auto;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 20px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align: center;
font: 12px Arial, Helvetica, sans-serif;
}

.stepcarousel .panel img {
padding-bottom: 5px;
}

.columnWrapper {
  position: relative;
  background: white;
  width: 1000px;
  margin: 0 auto;
}

.left, .right {
  width: 500px;
  padding: 25px 0px 0px 0px;
  text-align: left;
}    

.left {
  float: left;
  text-align: center;
}

.right {
  float: left;
}

.left, .right {
  position: relative;
  z-index: 1;
}

.clear {
  clear: both;
}

.footer {
margin: 0px;
text-align: center;
font-size: 80%;
}

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

a:hover, a:active {
color: #990000;
}

.right p {
padding: 1em 2em 0em 2em;
}

.audience {
width: 1000px;
height: 80px;
margin: 0 auto;
background: url(http://www.goodnewsfilms.com/_images//audience.png) no-repeat bottom left;
}