

/*  Jeff's CS 101 Fall 2009 A5 CSS code   */



body
   {
       background-image:   url("unstriped_zebras.jpg");
       text-transform:     capitalize;
   }
   
#rating
   {
       font-size;  24px;
       text-decoration:  bold;
       border:  solid;
      /*  width:   100px;  */
    }
    
#synopsis
   {
       font-size:  8px;
   }
#director
   {
       color:   green;
       font-size:   20px;
   }
#producer
   {
       color:   rgb(200,0,200);
       font-size:    18px;
   }
.leads
    {
       color:   rgb(200, 150, 100);
       font-size:    15px;
    }
  
img
   {
       padding:   50px;
   }

#movie_title
   {
      visibility:  visible;
      color:       rgb(200,150,20);
   /* border:  solid;   */
      font-size:  30px;
   }
   
.stills
   {
     /* position:  absolute;
      right:     20px;       */
      height:  300px;
      border:  dashed;
   }
   
 #clip
   {
      right:     20px;
      height:      100px;
   }
   
   
   
   