body {
  font-size: 12px;
  font-family: Arial;
  color: #5d5b5b;
text-align: center;
}

img {
  border: none
}

#main {
  background-color: #FFFFFF;
  background-image: url(../images/Main.jpg);
  background-repeat: no-repeat;
  margin-left:auto;
  margin-right:auto;

  height:615px;
  width:676px;
}

#menu {
  position: relative;
top:-5px
}

.menu_item {
  position: relative;
  

}

#logo {
  position: relative;
  height:35px;
  width:246px;
}

#movie_main {
  width: 640px; 
  left: 50%;
  margin-left: -320px; /* - (width/2)  */
  position: relative;

}

#contact {
  position: relative;
  top: 1005px;
  left: 0px
}

#dt {
  text-decoration: none;
  color: #E0E0E0; 
}

