    *
    {
        padding: 0;
        margin: 0;
    } 

    body 
    { 
        color: #FFFFFF; 
        background: #6F8693 url(./images/bg.jpg) repeat-x;
        font-family: "Trebuchet MS", "Segoe UI", "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
        font-size: 12px;
        font-weight: normal; 
    }
    
    h1, h2, h3, h4, h5, h6
    {
        font-size: 100%;
        font-weight: normal; 
    }
                                                                    		 
    a:link, a:visited 
    { 
        color: #FFFFFF; 
        text-decoration: underline;
	  }

    a:hover
    { 
        color: #FFFFFF; 
        text-decoration: none;
    }
    
    a img 
    {
        border: 0;
    }
    
    .cb
    {
        clear: both;
    }

    #container 
    {
        margin: 0 auto;
        width: 963px;
        text-align: center;
    }    

    #container-footer 
    {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }    

    h1 a
    {
        background: transparent url(./images/wantedmovies_04.jpg) no-repeat;
        float: left;
        width: 461px;
        height: 60px;    
    }
              
    h1 a span
    {
        display: none;
    }
    
    div.wrapper
    {
        margin: 0 auto;
        width: 920px;
    }    

    .wrapper div
    {
        float: left;
        margin: 0 2px 2px 0;
        width: 182px;
        height: 137px;
    }

    .thumbs
    {
        width: 180px;
        height: 135px;
        border: 1px solid #000000;
    }
    
    .top
    {
        margin-left: 15px;
    }

    .top-hd
    {
        font-size: 22px; 
        color: #D4D88B;
        padding-bottom: 12px;
    }

    .top-ft
    {
        font-size: 22px; 
        padding-top: 30px;
    }

    .top-bd
    {
        margin: 0 auto;
        width: 920px;
    }

    .top-cm
    {
        color: #000;
        float: left;
        font-size: 14px;
        width: 215px;
        margin-right: 15px;
    }
    
    .top-cm div
    {
        text-align: left;
        margin: 3px 0 2px 0;
    }
    
    .top-site-title
    {
        float: left; 
        display: inline;
    }
    
    .top-site-hits
    {
        color: #FFFFFF; 
        float: right; 
        display: inline;
    }
    
    .top a
    {
        color: #393939;
        font-weight: bold;
    }
    
    .paysite
    {
        padding-left: 20px;
        text-align: center;
    }
    
    .paysite div
    {
        float: left;
        margin-right: 5px;
        margin-bottom: 7px;
    }
    
    .paysite img
    {
        width: 225px;
        height: 225px;
        border: 1px solid #000000;      
    }
    
    .paysite div.desc
    {
        float: none;
        margin-right: 21px;
        text-align: justify;
    }
    
    .paysite a
    {
        color: #393939;
        font-weight: bold;
        font-size: 25px;
    }        
        
    /* free movie serie style */
    
    .fm-description
    {
       margin-left: 10px;
       margin-right: 10px;
       margin-bottom: 10px;
       font-size: 14px;
       text-align: justify;
       padding: 0 12px 0 12px;
    }
    
    .fm-thumb-wrapper
    {
        float: left;
        font-size: 15px;
        margin-left: 30px;
        margin-bottom: 10px;        
    }
    
    .fm-thumb-wrapper img
    {
        width: 435px;
        height: 326px;
        border: 1px solid #000000;
    }
    
    .fm-sponsor-link
    {
       padding-top: 10px;
       font-size: 25px;
    }        
