/* CSS Document */
body {
  text-align: center;
	background-image: url(images/tilebg.jpg);
	background-repeat: repeat;
}
div#wrapper {
  width: 100% auto;
  height: 100%;
  margin: 10% auto;
  text-align: center;
  background-color: #000000;
}
div#movie {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
div#news {
  float: left;
  position: relative;
  width: 350px;
  padding-left: 20px;
  padding-top: 30px;
}
div#topimage {
  position: relative;
}
/*
#header {
  width: 766px;
  text-align: center;
  height: 89px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0em;
  background-image: url(images/header.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 40px;
  color: red;
  line-height: 75px;
}
#middle {
  width: 766px;
  background-image: url(images/middle.png);
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 0;
  height: 536px;
}
#footer {
  width: 766px;
  background-image: url(images/bottom.png);
  background-repeat: no-repeat;
  text-align: center;
  _margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 75px;
  position: relative;
  width: 770px; 
}
*/
