body {
  width: 800px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 18px;
  margin-top: 0px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #ff4400;
}

p {
  font-size: 11px;
}

.home {
  width: 805px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #000000 url('images/arches.jpg') no-repeat;
  color: #000000;
  background-attachment: fixed !important;
  background-attachment: scroll;
}

.episode {
  width: 805px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #000000 url('images/town.jpg') no-repeat;
  color: #000000;
  background-attachment: fixed !important;
  background-attachment: scroll;
}

.prequel {
  width: 805px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #000000 url('images/canyon.jpg') no-repeat;
  color: #000000;
  background-attachment: fixed !important;
  background-attachment: scroll;
}

.header {
	position: fixed !important;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 120px;
	z-index: 100;
}

.footer {
  position: relative;
  border-top: 1px solid #ff4400;
  text-align: center;
  font-size: 10px;
  width: 780px;
  color: #ffffff;
}

.detail {
  position: absolute;
  width: 780px;
  top: 120px;
}

.content {
  font-size: 11px;
  color: #000000;
  text-align: left;
  width: 700px;
  margin: 5px;
  padding: 10px;
	background-image: url('images/contentbg.png');
}

.infotable {
  font-size: 11px;
  color: #000000;
}

.detail a {
  color: #000000;
  font-size: 11px;
}

.detail a:hover {
  text-decoration: underline;
  color: #ff4400;
}

.footer a {
  color: #ffffff;
}

#assassins h1 {
  display: none;
}

#assassins {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	top: 10px;
	width: 335px;
	height: 82px;
	float: left;
	_background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}

.score {
  text-align: center;
  background: #000000;
  color: #ffffff;
}

.value {
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
}

.adjust {
  text-align: center;
  background: #888888;
  color: #000000;
}

.text {
  border-bottom: 1px solid #000000;
}

.label {
  font-size: 9px;
}

.navmenu {
 position: fixed !important;
 position: absolute;
 left: 660px;
 top: 200px;
 font-family: Arial, Helvetica, Geneva, sans-serif;
 font-size: 10px;
 text-align: center;
 margin: 0;
 padding: 0;
 color: #000000;
 list-style: none;
}

.navmenu li {
 position: relative;
 margin-right: -1px;
 border: 1px solid #000000;
 width: 130px;
}

.navmenu a {
 display: block;
 padding: 3px;
 color: #000000;
 background: #ff8800;
 text-decoration: none;
}

.navmenu a:hover, .navmenu a:focus {
 color: #000000;
 background: #ff4400;
}

.subscribe {
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 5px;
  margin: 10px;
}

.searchform {
  position: absolute; 
  right: 20; 
  top: 10;
}

.searchtext {
  font-size: 14px;
  height: 24px;
}

.searchbutton {
  font-size: 12px;
  height: 24px;
  background: #ff8800; 
  border-right: 1px solid #ff4400; 
  border-bottom: 1px solid #ff4400; 
  border-top: 1px solid #ffbb00; 
  border-left: 1px solid #ffbb00;
}