body {
  font: 13px/18px Helvetica;
  margin: 15px auto auto auto;
  width: 970px;
  cursor: default;
}

#logo {
  background: url(../images/logo.jpg) no-repeat;
  text-indent: -9999px;
  width: 411px;
  height: 66px;
  margin-left: 15px;
}

#movie {
  width: 970px;
  height: 510px;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
}

#movie .update_flash {
  width: 780px;
  text-align: center;
  margin-top: 120px;
}

#movie .update_flash img {
  margin-top: 30px;
}

a {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 10px;
}

.column {
  width: 220px;
  float: left;
  padding-left: 15px;
  padding-right: 50px;
}

.strong {
  font-weight: bold;
}