@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#000;
	font:0.8em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4;
	text-align:left;
	color:#FFF;
}

a {
	text-decoration: none;
	
}

a:link {
	color: #FFF
	
}

a:visited {
	color: #FFF
	
}

a:hover {
	color: #0000FF
	
}

a:active {
	color: #00FF00
	
}

h1 {
	font-size:14px;	
	
}
img {
	

}
.centered {
	text-align:center;

}

.padded {
	padding: 0px 100px;
	
}

.button {
	padding: 4px 0px;
	
}

div#header {
	position:relative;
	top:-10px;
	background-image:url(/images/background-top.jpg);
	background-repeat:repeat-x;
	background-position: 0% 0%;
	width:100%;
	
}

div#navigation {
	width: auto;
	
}

div#footer {
	position: fixed;
	bottom: 0px;
	left:auto;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(/images/background-bottom.jpg);
	background-repeat:repeat-x;

}

div#form {
	position:absolute;
	left: 25%;
	right: 25%;
	width:auto;	
}

.footercopyright {
	color:#666666;
	padding-bottom: 10px;
}

.footerlinks {
	padding-top: 20px;
	
}
