body {
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
	height:100%;
	max-height:100%;
	background-color:#fff;
	font-family:helvetica, trebuchet, arial, sans-serif;
	font-size:1em;
	text-align:center;
}
#alienass {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 70px;
	overflow: hidden;
	color: white;
}
body#about #alienass {
	border-top:#ccc 3px solid;
}
#alienhead {
	position:fixed;
	overflow:auto;
	top:0;
	left:0;
	right:0;
	bottom:71px;
	padding-bottom:30px;
}
.alienguts {
	margin:0 auto;
	width:70%;
	min-width:750px;
	text-align:left;
}
h1 {
	font-size:120%;
	color:#b3b3b3;
	font-weight:normal;
	margin:0;
	position:absolute;
	bottom:5px;
}
h1 a {
	position:relative;
}
h1 a:link, h1 a:visited {
	text-decoration:none;
	color:#b3b3b3;
}
h1 a:hover, h1 a:active {
	color:#999;
	border-bottom:#d6d6d6 5px solid;
}
h1 a#current {
	color:#ccc;
	border-bottom:#e6e6e6 5px solid;
}
h2 {
	font-size:90%;
	font-weight:normal;
	color:#b6b6b6;
	text-align:right;
	margin:10px 0 20px 0;
}
h2 a:link, h2 a:visited {
	text-decoration:none;
	color:#ccc;
}
h2 a:hover, h2 a:active {
	color:#b6b6b6;
}

/* HOMEPAGE */
h1#homecenter {
	width:100%;
	text-align:center;
}
#homeframe {
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -71px;
}
#homeframe h2 {
	display:block;
	margin:0;
	padding:5px 0;
	text-align:left;
	font-size:90%;
}

/* CATEGORY / MOVIE PAGES */

#alienhead h3 {
	font-size:170%;
	font-weight:normal;
	color:#ccc;
}
#alienhead p, form, ul {
	color:#b5b5b5;
}
ul li {
	margin-top:20px;
	list-style:none;
}
ul li ul li {
	margin-top:8px;
	list-style:square;
}
#movietitle h4, h4 {
	font-size:115%;
	font-weight:bold;
	color:#066;
	margin:20px 0 0 0;
}
#movietitle p {
	margin:0;
}
img#title {
	margin:0 0 30px 0;
}

/* MOVIE TITLE ON REEL PAGE */
h4.reeltitle {
	margin:20px 0 0 0;
	font-size:130%;
}
p.reeltitle {
	margin:0 0 20px 0;
}
p.reeltitle a:link, p.reeltitle a:visited, form a:link, form a:visited, ul#links li a:link, ul#links li a:visited {
	font-weight:bold;
	color:#ccc;
	text-decoration:none;
	border-bottom:#ccc 1px dotted;
}
p.reeltitle a:hover, p.reeltitle a:active, form a:hover, form a:active, ul#links li a:hover, ul#links li a:active {
	border-bottom:#066 1px solid;
}
form a:link {
	font-weight:normal;
}

/* EXPERIMENTING FOR CAPTION DISPLAY */
/* --------------------------------- */

#movietitle {
	display:none;
}

/* THUMBNAIL STYLING */
#thumbs a img {
	border:#e6e6e6 5px solid;
	margin: 0 5px 5px 0;
}
#thumbs a:link img, #thumbs a:visited img {
	border-color:#e6e6e6;
}
#thumbs a:hover img, #thumbs a:active img {
	border-color:#ccc;
}