@charset "utf-8";

html, div, p, li, dl, dt, dd, blockquote, td, form, address {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: #2c2c39;
  color: #eeeeee;
}

a:link, a:visited {
  color: #ffffff;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #1aa6ec;
  
  position: relative;
  top: 2px;
  left: 2px;
}

img {
  border: 0;
}

h1 {
  width: 100%;
  height: 18px;
  
  margin: 0;
  padding: 3px 0 3px 0;
  
  text-align: center;
  
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  
  background-color: #ea860b;
  color: #2c2c39;
}

h2 {
  margin: 30px 10px 0 10px;
  padding: 0;
  
  text-align: center;
  
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  
  color: #eeeeee;
}

h3 {
  margin: 3px 0 0 0;
  padding: 0;
  
  text-align: center;
  
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  
  color: #eeeeee;
}

h4 {
  margin: 0;
  padding: 0;
  
  text-align: left;
  
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  
  color: #eeeeee;
}


.highlighted {
  font-weight: bold;
  color: #ebed3b;
}


#content {
  margin: 30px 0 30px 0;
  padding: 0;
  
  text-align: center;
  
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
}

#logo {
  margin: 30px auto 0 auto;
  padding: 0;
  
  text-align: center;
}

.movieicon {
  margin: 25px auto 30px auto;
  padding: 0;
  
  width:550px;
  
  text-align: center;
  
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}
.movieicon img {
  margin: 8px auto 0 auto;
  border: 0;
}

.othermovies {
  margin: 25px auto 30px auto;
  padding: 0;
  
  width:600px;
  
  text-align: center;
  
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}

#about {
  margin: 0 auto 0 auto;
  padding: 10px;
  
  width: 570px;
  
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  
  text-align: right;
  
  color: #ffffff;
  background: #1d1d28;
}
#desc {
  margin: 10px auto 10px auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  
  text-align: left;
}


.submenu {
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  
  font-size: 13px;
  font-weight: normal;
}
.submenu h2 {
  margin: 30px 10px 0 10px;
  padding: 0;
  
  text-align: center;
  
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  
  color: #eeeeee;
}
