html {
	height: 100%;
}
body {
	background: #468ec2 url(images/bg.png) 0 0  repeat-x;
	background-attachment: fixed;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, sans-serif;
	line-height: 1.4;
	font-size: 13px;
}
h1,h2,h3,h4 {
	font-family: "Arial Black", Arial;
	font-weight: normal;
	color: #0530b6;
	background: white;
	padding: 10px;
}
a img {
	border: 0;
}
h2 {
	text-shadow: 0px 0px 5px #888888;
	filter: dropshadow(color=#888888, offx=0, offy=0);
	text-transform: uppercase;
}
#container {
	background: #edf4f9 url(images/content-bg.png) 0 0 repeat-x;
	margin: 0px auto;
	width: 520px;
	min-height: 100%;
	overflow: visible;
	position: relative;
	text-align: left;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 1);
	
}
ul#menu {
	position: fixed;
	top: 96px;
	text-align: right;
	padding: 0;
	margin: 0;
	margin-left: -155px;
	width: 155px;
	height: auto;
	background: url(images/menu-bg.png);
}
ul#menu li {
	list-style: none;
	padding: 2px 10px;
}
ul#menu li a {
	color: white;
	font-family: "Arial Black", Arial, sans-serif;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	text-shadow: 0px 0px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}
#quotescontainer {
	width: 400px;
	height: 100px;
	margin: 0px auto -50px;
}
#zipper {
	top: 0px;
	right: -127px;
	position: absolute;
	width: 255px;
	height: 432px;
	background: url(images/zipper.png) 0 0 no-repeat;
}
#taylor {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 217px;
	height: 288px;
	background: url(images/taylor.png) 0 0 no-repeat;
}
#logo {
	margin-left: -17px;
	text-align: left;
	width: 264px;
	height: 96px;
	display: inline;
}
#thecast {
	padding: 0px 50px;
	text-align: left;
}
#thecast li {
	list-style: none;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid white;
	clear: both;
}
#thecast li:last-child {
	border: 0;
}
#thecast img {
	float: left;
}
#thecast h4 {
	background: none;
	margin: 0 0 10px;
	padding-left: 0px;
}
.bio {
	float: right;
	width: 48%;
}
.cf {
	clear: both;
}
a.imdb {
	width: 32px;
	height: 32px;
	text-indent: -999px;
	background: url(images/imdb.png) 0 0 no-repeat;
	display: block;
	float: right;
	
}

@media screen and (max-width: 800px) {
	#container {
		width: 95%;
	}
	#taylor, #zipper, #quotescontainer, #menu {
		display: none;
	}
	#main {
		clear: both; 
	}
	#main img {
		width: 100%;
		height: auto;
	}
		
	
	ul#menu {
		float: right;
		position: relative;
		top: 0;
		right: 0 !important;
		margin: 0;
	}
	ul#menu li a {
		color: #3193d3;
		text-shadow: 0px 0px 0px #000000;
		filter: none;
	}
	#thecast {
		padding: 0 4% ;
	}
	#thecast img {
		width: 50%;
		height: auto;
	}
}
@media screen and (max-width: 600px) {
	#logo {
		display: block;
		margin: 0px auto;
		text-align: center;
	}
	#thecast img, .bio {
		width: 100%;
		float: none;
		display: block;
	}
	#thecast img {
		width: 100%;
		height: auto;
	}

}