﻿body
{
    text-align: center;
    direction: ltr;
    font-family: "Arial",Arial ,"Times New Roman",david;
    margin: 0px;
    padding: 0px;
    color: #666666;
    background: #ffe400 url('header-bg.png') repeat-x top;
    font-size: 100%;
    width: 100%;
    height: 100%;overflow: scroll;
}


div.main
{
    margin-top: 0px ;
    padding: 0px; 
    width: 978px;
    min-height: 600px;
    margin: auto;
    position: relative;
    height: 156px; 
}


div.header
{
    height: 156px;
}

img.logo
{
    border-width: 0px;
    float: left;
    margin-top: 0px;
    margin-left: 20px;
}

div.content
{
      position: relative;


}

img.title
{
    margin-top: 32px ;
    margin-right: 140px;
}

div.movie
{
  width: 696px;
      margin: auto;
      margin-bottom: 20px;
	  border: solid 5px black;
       
}



iframe.movie
{
    /*border: solid 5px black;*/
    background: black;
	
      
}


div.footer
{
    min-height: 100px; 
    background: black url('footer-top-bg.png') no-repeat center top;
    width: 100%;
    clear: both;    
    min-height: 600px;
    
}

div.footer-c
{
   width: 696px;margin: auto; 
    text-align: center; padding-top: 20px;
    

}

img.button
{
    border: none;
    margin-bottom: 10px;
     

}

div.phone
{
   width: 300px; 
   height: 30px;
   margin: 0;
   overflow: hidden;
   padding: 0;
   color: white;
   position: absolute;
   top: 6px;
   text-align: center;
   display: none;
}

div.english
{
   height: 30px;
   margin: 0;
   overflow: hidden;
   padding: 0;
   position: absolute;
   top: 10px;
   left: 10px;
}

a:visited
{
	color: white;
}

a
{
	color: white;
}