
html, body {
	height: 100%;
}

body {
	background-color:#ffffff;
	color:#000000;
	font-family:trebuchet,verdana,sans;
	font-size:11px;
	line-height: 18px;
	margin:0px;
	background: #ffffff url(images/cover.jpg) no-repeat;
	background-position: 50% 50%;
}

	
#content { 
	position:relative; 
	top: 0px; 
	left: 0px; 
	padding: 40px;
	font-size: 1em;
}

#footer { 
	position:absolute;
	z-index: 100;
	bottom: 40px; 
	left: 40px; 
}

.grey {
	color: #666666;
	font-size: 1em;
}

.light-grey {
	color: #aaaaaa;
	font-size: 1em;
}

a {
	font-size: 1em;
}

a:link {
	color : #aaaaaa;
	text-decoration : none;
}
a:visited {
	color : #aaaaaa;
	text-decoration : none;
}
a:hover {
	color : #666666;
	text-decoration : none;
}

#mailing-list { 
	display: none;
	position:relative;
	width: 200px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: solid #dddddd 1px;
}

#footer a:link {
	color : #666666;
	text-decoration : none;
}
#footer a:visited {
	color : #666666;
	text-decoration : none;
}
#footer a:hover {
	color : #aaaaaa;
	text-decoration : none;
}

#mailing-list #listForm { 
	position:relative;
	padding: 10px 0 0 0;
}

#mailing-list #loadingBox { 
	color: #ff0000;
}

#mailing-list #name, #mailing-list #email { 
	width: 190px;
}

#mailing-list #email { 
	margin-bottom: 6px;
}

.block{ display: block; }
.hidden{ display: none; }