body {
	margin: 0px;
	padding: 0px;
}
a:link img {
	outline: none;
	border: none;
}

a:visited img {
	outline: none;
	border: none;
}

a:hover img {
	outline: none;
	border: none;
}

a:active img {
	outline: none;
	border: none;
}

a:focus img {
	outline: none;
	border: none;
}
a {
	outline: none;
	border: none;
}
a:link {
	text-decoration:none;
	color: #b74700;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color: #b74700;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color: #333333;
	font-weight:bold;
}
a:active {
	text-decoration:none;
	color: #333333;
	font-weight:bold;
}

#container {
	margin-right: auto;
	margin-left: auto;
}
.home {
	background-image: url(images/home-bg.gif);
	background-repeat: repeat-x;
}#home-logo {
	height: 215px;
	width: 210px;
	position: absolute;
	left: 50%;
	margin-left: -210px;
}
#home-footer {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 12px;
	margin-bottom: 50px;
}
#main-image {
	margin-right: auto;
	margin-left: auto;
}
.colossal-times {
	background-color: #CB6500;
}
#colossal-times {
	background-image: url(images/ColossalTimes-BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	padding-bottom:50px;
}
#colossal-times img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.instructions {
	background-color: #CC6600;
}
#column {
	width: 411px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#instructions {
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/instructions-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
}
#instructions-header {
	background-image: url(images/colossal-instructions-header.gif);
	height: 513px;
	width: 819px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 239px;
	background-repeat: no-repeat;
	background-position: top center;
}
#mask {
	margin-top: 25px;
	margin-bottom: 25px;
}
#cast {
	height: 365px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url(images/cast.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#downloadcast {
	margin-top: 25px;
	margin-bottom: 25px;
}
#extras {
	background-image: url(images/extra-characters.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top:85px;
}
#extras img {
	margin-right:10px;
	margin-bottom:10px;
}
#promo-area {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 301px;
	background-color: #FFFFFF;
	background-image: url(images/pencil.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-top-width: 5px;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B74700;
	border-right-color: #B74700;
	border-bottom-color: #B74700;
	border-left-color: #B74700;
}
#promo-area h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6600;
	letter-spacing: .125ex;
}
#promo-area p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:11px;
	line-height:15px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b74700;
	text-transform: uppercase;
}
#sidebar {
	position: fixed;
	height: 4000px;
	width: 46px;
	top: 25px;
	left: 0px;
}

/*Carusel CSS*/

#homepage_carousel {
		width:411px;
}
.carousel_window {
		width: 291px;
		height: 330px;
		overflow: hidden;
		position: relative;
		float:left;
		margin-top:40px;
}
.carousel_item {
		position: absolute;
		top: 0;
		right: -291px; 
		width: 291px;
}
#arrow-left {
	float:left;
	margin: 170px 10px 0 10px;
}
#arrow-right {
	float:right;
	margin-top: 40px;
	margin: 170px 10px 0 10px;
}
.carousel_item div {
	margin-bottom:15px;
	width:290px;;
	height:85px;
}
.carousel_item img {
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.carousel_item p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	line-height:14px;
	margin-bottom:5px;
	margin-top:0px;
}
.carousel_item b {
	cursor:pointer;
	color: #b74700;
}
.carousel_item b:hover {
	cursor:pointer;
	color: #333333;
}
.carousel_item h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#b74700;
	font-weight:bold;
	letter-spacing:1px;
}
#share {
	cursor:pointer;
}
#characters {
	width: 425px;
	float:left;
	margin-top: 0px;
	margin-left:20px;
}
#characters img {
	display:block;
	margin-bottom:80px;
}
#characters-menu {
	background-color: #913901;
	height: 75px;
	width: 445px;
	position: fixed;
	bottom: 0px;
	padding-left:20px;
	padding-top:5px;
}
#characters-menu img {
	display:block;
	float:left;
	margin-right:12px;
}
#entire-cast {
	position: fixed;
	left: 105px;
	z-index: 1;
	bottom: 5px;
}
#promo-page {
	width: 400px;
}
#promo-page h1 {
}

