body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #000;
	margin: 0; padding: 0;
	text-align: center;
	height: 100%;
	width:100%;
}

#main {
  position:absolute;
  top:50%;
  left:50%;
  width:420px;
  height:418px;
  margin-left:-200px;
  margin-top: -199px;
}

#myGallery {
  position:absolute;
  top:50%;
  left:50%;
  width: 420px !important;
  height: 418px !important;
  margin-left:-210px;
  margin-top: -199px;
}

#myGallery a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

#myGallery a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 15px;
}

#links {
  position:absolute;
  top:380px;
  width:100%;
  height:20px;
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=40);   /* Internet Explorer       */
   -moz-opacity:0.4;           /* Mozilla 1.6 and below   */
   opacity: 0.4;               /* newer Mozilla and CSS-3 */
}

#links2 {
  position:absolute;
  top:200px;
  width:100%;
  height:20px;
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=40);   /* Internet Explorer       */
   -moz-opacity:0.4;           /* Mozilla 1.6 and below   */
   opacity: 0.4;               /* newer Mozilla and CSS-3 */
}


#opaquetext2 {
  position:absolute;
  top:120px;
  width:100%;
}

#opaquetext3 {
  position:absolute;
  top:10px;
  width:100%;
}

#opaquetext {
  position:absolute;
  top:378px;
  width:100%;
}

#opaquetext a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

#opaquetext a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 15px;
}

#opaquetext4 {
  position:absolute;
  top:40px;
  width:100%;
}

#opaquetext4 a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

#opaquetext4 a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
}

#encFilmMain {
      width:414px; /* Max widht of the container */
}

#encFilm {
      height:300px;  /* Max height of the container */
      background-color:#646144;
      padding:5px 5px 5px 5px;
}

#encFilmInner {
      position:absolute;
      background-color:#79775B;
      padding:5px 5px 5px 5px;
      height:290px; /* Inner films height. It will be -10 from Max height */
      width:394px; /* this will be -20px from full width of #encFilmMain*/
      overflow:hidden;
}

    #encScrollBarTop
    {           
    center repeat-x #79775B;
      text-align:center;
      color:#000;
    }
    #encScrollBarBottom
    {    
    center repeat-x #79775B;
      text-align:center;
      color:#000;
    }
    #encScrollBarTop a, #encScrollBarBottom a
    {
      line-height:5px;
      padding:2px;
      color:#79775B;
      display:block;
      text-decoration:none;
    }
    #encNav
    {
      position:absolute;
      color:#000;
      top:0px;
    }

 