/* CSS Document Albums Page
(c) 2004 Jeff Black
Web Site Designed, Developed and Maintained by Digital Vision Media, LLC using Dreamweaver MX2004 www.digitalvisionmedia.com */

body {
	background-color: #000000;
	margin: 25px;
	font-size: 101%;
}

#centerpage {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#navbar {
	text-align:left;
}

.photo {
	border: solid 1px #777777;
	}

#cinemabackground {
	background-color: transparent;
	height: 600px;
	width: 900px;
	position: absolute;
	left: 40px;
	top: 1200px;
	z-index:10;
	}

#background {
	background-color: #101010;
	height: 450px;
	width: 575px;
	position: absolute;
	left: 90px;
	top: 320px;
	z-index:5;
	}

#moviebox {
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 500px;
	heighth: 500px;
	left: 120px;
	top: 350px;
	}
	

#infotext {
	background-color: transparent;
	text-size: .75em;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 500px;
	left: 250px;
	top: 820px;
	font-size: .75em;
	line-height:1.3em;
	}
	
	
#archivebox {
	background-color: transparent;
	text-size: .75em;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 500px;
	left: 130px;
	top: 810px;
	font-size: .75em;
	line-height:1.3em;
	}
	
.title {
	font-style: italic;
	font-weight: bold;
	}
	
#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: left;
	top: 1330px;
	left: 245px;
z-index:100;
	position: absolute;
	}

#credit a:link {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}

#credit a:visited {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
	
#credit a:hover {
	background-color: #555;
	color: #000;
	text-decoration: none;
	}
	
