html {
	height: 100%;
}
body {
	font:normal 12px/1.5em arial, helvetica, sans-serif;
	background: #a1dffc url(../images/snow_bg.jpg) bottom left no-repeat fixed;
	color: #000;
}
a {
	text-decoration: none;
	padding: 2px 2px 1px 2px;
}
a:link, a:visited, a:active {
	color:#000;
	border-bottom: 1px dotted #369;
	background: #98d5f3;
	background: none;
}
a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	background: #000;
}
h1 {
	font: bold 28px/1em "Courier New", Courier, monospace;
	color: #72A4BD;
}
h2 {
	font: italic 22px/1.4em Georgia, serif;
}
p {
}
ul {
}
li {
	list-style: square;
}
li li {
	margin-left: -25px;
}
#header {
	height: 100px;
	width: 270px;
	position: fixed;
	text-align: left;
	background: transparent url(../images/snow_typo_header.png) 15px 30px no-repeat;
}
#content {
	width: 450px;
	text-align: left;
	position: absolute;
	top: 35px;
	left: 310px;
}
#nav {
	display: block;
	position: fixed;
	top:105px;
	left: 50px;
	width: 200px;
}
#nav a.mama {
	text-decoration: none;
}
a.mama:link, a.mama:visited, a.mama:active {
	border-bottom: 1px dotted #FFF;
	color: #FFF;
}
a.mama:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
#cast {
	display: block;
	position: fixed;
	top:35px;
	left: 760px;
	width: 250px;
}
.actorName {
	font-weight: bold;
}
.castTitle {
	color: #333;
	font-weight: normal;
}
#thumbnails {
	margin: 20px 0px 0px 10px;
}
.thumb {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
.thumb img {
	display: block;
	float: left;
	margin: 0;
	height: 110px;
	width: 110px;
	border: none;
}
.thumb a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
.role {
	font-weight: bold;
}
.credits {
	text-align:center;
}
.credits .role {
margin-top:75px;
}
