@charset "utf-8";


/* standard CSS */

body{ margin:0px; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; }
img{ border:none;}
.containerHolder{ width:955px; margin:0 auto; background:}
.flimholder{background: url(../images/filmBG.jpg)top no-repeat ; width:954px; height:236px;}
.centerFilmarea{ width:920px; height:153px; padding:0 10px; }
.filmDivholder{ width:224px; height:153px; margin:0 3px;}
.filmDivholder img{ width:224px; height:153px;}
.Spaceforprograming{ font-size:10px; color:#999999; text-align:center;}


/* standard for Align text  */
.alignCenter{ text-align:center;}

/* standard for Float Div*/
.floatRight{ float:right}
.floatLeft{ float:left}

/* standard for With and Height */
.divHight-10{ height:10px;}
.divHight-34{ height:34px;}


/* standard for Alt and Titel text*/
.altTile{ font-family:Verdana, Arial, Helvetica, sans-serif; size:10px; color:#666666;}

/* standard for Clear Div*/
.clearBoth{ clear:both}