body {
	background: #f7f1d0;
	margin: 0;
	color: #f7f1d0;
	}
#movie {
	background-color: #f7f1d0; 
	padding-top: 30px;
	background-image: url("../img/shad.gif");
	background-repeat: repeat-x;
	}
h1 {margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	}
#b1 {
	background-color: #4f4f4f;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #f5f1d0;
	text-align: center;
}
#b2 {
	background-color: #cc6600;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 130px;
	padding-right: 130px;
	font-size: 120%;
	}
a {
  color: #ffdf2e;
}

a:visited {
  color: #ffdf2e;
}

a:active {
  color: red;
}

a#head {
	text-decoration: none;
	color: #f7f1d0;
}