body {
  background-color: #000000;
  background-image: url(gfx/bg.gif);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ccc;
  text-align: center;
  font-family: "trebuchet ms", tahoma, geneva, helvetica, sans-serif;
  margin: 50px 0px;
  padding: 0px;
  height: 100%;
}

#openingwrapper {
  width: 400px;
  height: 400px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
}

#centerwrapper {
  width: 725px;
  margin: 0px auto;
}

#leftcolumn {
  float: left;
  width: 160px;
  text-align: right;
}

#rightcolumn {
  float: right;
  width: 515px;
  text-align: left;
}

#logo {
  margin-bottom: 35px;
}

#pageheader {
  text-align: left;
  height: 60px;
}

div.redstripe {
  width: 142px;
  height: 7px;
  background-color: #ee3030;
  margin-left: 17px;
  margin-bottom: 7px;
  position: static;
  overflow: hidden;
}

img {
  border: 0px;
}

img.news {
  width: 150px;
  margin: 0px 0px 5px 5px;
  border: 1px solid #444;
  float:right
}

div.movie {
  width: 501px;
  border: 1px solid #444;
  padding: 0px;
  margin: 5px 0px 15px 0px;
}

div.greyline {
  width: 350px;
  height: 1px;
  background-color: #444;
  margin: 0px 0px 12px 0px;
}

div.thumb {
  float: left;
  width: 150px;
  margin: 0px 19.5px 0px 0px;
  padding: 1px;
  background-color: #444;
  color: #eee;
  font-size: 10px;
  text-align: center;
}

div.thumbrow {
  width: 515px;
  height: 100px;
  margin: 0px 0px 12px 0px;
}

p.thumbend {
  visibility: hidden;
}

table {
  width: 500px;
  padding: 0px;
  margin: 0px 0px 12px 0px;
  border: 0px #fff solid;
}

tr {
  padding: 0px;
  margin: 0px;
  border: 0px #fff solid;
}

td {
  padding: 1px 2px 1px 2px;
  margin: 0px;
  font-size: 10px;
  vertical-align: top;
  border: 0px #fff solid;
}

p {
  width: 350px;
  font-size: 12px;
  margin: 0px 0px 12px 0px;
  padding: 0px;
}

a:link {
  color: #ccc;
  text-decoration: none;
}
a:visited {
  color: #bbb;
  text-decoration: none;
}
a:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}

h1 {
  font-size: 18px;
  font-weight: lighter;
  color: #666;
  margin: 0px;
}

h2 {
  font-size: 18px;
  font-weight: lighter;
  color: #444;
  margin: 0px;
}

h3 {
  font-size: 14px;
  margin: 0px 0px 12px 0px;
}

h5 {
  font-size: 10px;
  margin: 2px 0px 0px 0px;
  color: #777;
}

h4 {
  font-size: 12px;
  margin: 0px 0px 4px 0px;
}

h6 {
  font-size: 14px;
  margin: 0px 0px 12px 0px;
  color: #fff;
  text-decoration: none;
}

a.menu {
  width: 140px;
  color: #eee;
  font-size: 12px;
  margin: 0px 2px 0px 0px;
}

span.menu {
  width: 140px;
  color: #666;
  font-size: 10px;
  margin: 0px 2px 0px 0px;
}

p.address {
  font-size: 11px;
  margin: 100px 0px 50px 0px;
  color: #444;
}