body, h1, h2, h3, p, form, ul, li, ol {
	margin:0px;
	padding:0px;
}
body{
	font-size:11px;
	font-family:"Futura", Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#000000;
	line-height:16px;
	background:#000;
}

a {
	color:#000;
	-webkit-transition: 0.5s color ease-in-out
}
a:hover{
	color:#999;
}

#imagecontainer {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#imagecontainer img{
	border:none;
}
#mainimage {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#logo{
	text-indent:-5000em;
	display:block;
	background:url(images/logo.jpg);
	width:185px;
	height:56px;
	margin:auto;
	margin-bottom:10px;
}
#mailinglist{
	position:absolute;
	bottom:20%;
	right:20%;
	z-index:200;
	width:200px;
	background:white;
	padding:20px;
}
#mailinglist form{
	margin-top:20px;
}
.formfield{
	border:black 1px solid;
	height:20px;
	margin-bottom:3px;
}

#videoplayer, #videoembed {
	width: 100%;
}

#videoplayer {
	position: fixed;
	top: 0px;
	left: 0px;
}
#content{
	z-index: 750;
	padding: 10px;
	background: #ffffff;
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 185px;
	color: black;
	margin:0px;
}
#content p{
	margin-bottom:15px;	
	line-height:1.4em;
	
}

#emailaddress{
float:left;
width:125px;
margin:0 5px; 10px 0;
}

#subscribesubmitnew{
margin:0 0 15px 0;
}

