body {
  height:100%
  width:100%;
  margin:0;
  padding:0;
  text-align:center;
  background:#000;
  font-family:verdana;
  color:#aaa;
  }
#container {
  position:absolute;
  height:481px;
  top:50%;
  right:0;
  bottom:50%;
  left:0;
  margin: -250px 0 -231px 0;
  }

a {
  text-decoration:none;
  }

a:link {
  color:#999;
  }

a:visited {
  color:#999;
  }

a:hover {
  color:#eee;
  }

a:active {
  color:#eee;
text-decoration:none;
  }
a:focus {
	outline: none;
}

a.current {
	color: #eee;
	}

strong {
	font-weight: normal;
}

#header {
  background:#000;
  height:62px;
  margin:0;
  padding:0;
  }
#header-content {
  background:#000 url("images/header-brightish.jpg") no-repeat center bottom;
  width:1018px;
  height:62px;
  margin:0 auto;
  padding:0;
  }
#title {
  float:left;
  width:418px;
  height:62px;
  text-align:left;
  }
.title {
  margin:5px 0 0 100px;
  padding:0;
  font-size:21px;
  line-height:21px;
  word-spacing:0px;
  }
#navigation {
  float:right;
  width:600px;
  text-align:right;
  }
.navigation {
  margin:11px 164px 0 0;
  padding:0;
  font-size:12px;
  line-height:16px;
  word-spacing:18px;
  }

#ribbon {
  background:#252525;
  height:419px;
  margin:0;
  padding:0;
  }
#ribbon-content {
  background:#252525;
  width:1018px;
  height:419px;
  margin:0 auto;
  padding:0;
  }
#menu {
  float:left;
  width:318px;
  text-align:left;
  }
.menu {
  margin:46px 0 0 102px;
  padding:0;
  font-size:11px;
  line-height:18px;
  word-spacing:0px;
  color:#666;
  }
#menu ul {
	list-style-type: none;
	}
#menu ul li {
	margin: 0 0 12px;
}
#menu ul ul {
	list-style-type: square;
	margin: 0 0 8px;
	padding: 0 0 0 18px;
	}
#menu ul ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	}
#movie {
  float:right;
  width:602px;
  margin:18px 98px 0 0;
  padding:0;
  }
#movie img {
  border:2px solid #000;
  }
#movie p {
  width:420px;
  height:316px;
  border:2px solid #000;
  margin:0 0 0 59px;
  padding:30px;
  line-height:24px;
  text-align:justify;
  }
