body, h1, h2, h3, p, form, ul, li, ol {
	margin:0px;
	padding:0px;
}
body{
	font-size:11px;
	font-family:"Tall Films", "Futura", Arial, Helvetica, sans-serif
	color:#000;
	line-height:18px;
}
#images{
	background:black;
	color:#FFFFFF;
}
a {
	color:#000;
	text-decoration:none;
	border-bottom:black 1px solid;
}
a:hover {
	color:#666;
	text-decoration:none;
	border-bottom:#666 1px solid;
}
#images a {
	color:#fff;
	text-decoration:none;
	border-bottom:#fff 1px solid;
}
#images a:hover {
	color:#666;
	text-decoration:none;
	border-bottom:#666 1px solid;
}
img {
	border:none;
}
#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;
}
#main {
	width:35%;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:20px;
}
#logo{
	display: block;
	text-indent: -5000em;
	height: 69px;
	width: 200px;
	background:url(images/logo.jpg) top left no-repeat;
	margin-bottom:10px;
}
#imagemain {
	margin-top:5px;
	margin-left:5px;
}
#footer{
	position:fixed;
	bottom:2px;
	left:37%;
}
#footer a {
	background:white;
	padding-left:5px;
	padding-right:5px;
}