﻿body 
{
   
}

.movie
{
   text-align: center;
   background-image:url(images/videobg.gif);
   background-repeat: repeat-x;
   margin-bottom: 10px;
}

.movie span
{
    text-decoration: none;
    display: block;
    height: 30px;
    text-align:right;
    padding-right: 10px;
    color:#5f6f8b;
}

.movie img
{
    width: 150px;
    height: 90px;
    padding-bottom: 3px;
    border: 0px;
}

