﻿::selection {
	color: black;
	background: #FFCC99; /* Safari */
	}
::-moz-selection {
	color: black;
	background: #FFCC99; /* Firefox */
}
/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {
	height:100%; 
	margin:0; 
	padding:0;
	background-color: black;
    color: #CCCCCC;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 1em;
}
a {
	color: #C0C0C0;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 1px;
}
a:visited {
	color: #C0C0C0;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 1px;
}
a:hover {
	background-color: #FFCC99;
	color: black;
	text-decoration: none;
	border-bottom: 0px none;
}
a.plain {
	border-bottom: 0px none;
}
a.plain:visited {
	border-bottom: 0px none;
}
a.plain:hover {
	background-color: #FFCC99;
	border-bottom: 0px none;
}
img {
	border:none;
	display: block;
}
.centre {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.highlight {
	color: #FFCC99;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.4em;
}
.larger {
	font-size:larger;
}
.shade {
	background-image: url('../images/blackShade.png');
}
.centre {
	text-align:center;
}
.shadow {
	box-shadow: #000 3px 3px 4px;
	-moz-box-shadow: #000 3px 3px 4px;
	-webkit-box-shadow: #000 3px 3px 4px;
}
/* Set the position and dimensions of the background image. */
#page-background {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}
#page {
	z-index: 10;
	position: relative;
	width: 760px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 30px 30px 30px;
	background-image: url('../images/blackShade.png');
}
#header {
	z-index: 10;
	position: relative;
	width: 100%;
	padding:10px 0 20px 0;
    font-size: 0.9em;
    line-height: 1.5em;
}
#posters {
	z-index: 10;
	position: relative;
	width: 100%;
	height: auto;
    font-size: 0.9em;
    line-height: 1.5em;
}
.floatL {
	z-index: 10;
	position: relative;
	float: left;
	width: 350px;
	height: auto;
}
.floatR {
	z-index: 10;
	position: relative;
	float: right;
	width: 350px;
	height: auto;
}
#footer {
	z-index: 10;
	position: relative;
	width: 100%;
	padding-top:10px;
    font-size: 0.9em;
    line-height: 1.5em;
	clear: both;
}

