/* CSS Document Free Stuff Page
(c) 2004 Jeff Black
Web Site Designed, Developed and Maintained by Digital Vision Media, LLC using Dreamweaver MX2004 www.digitalvisionmedia.com */

body {
	background-color: #000000;
	margin: 25px;
	font-size: 100.01%;
}

#centerpage {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#navbar {
	text-align: center;
}

	
#connectbackground {
	background-color: #101010;
	height: 500px;
	width: 600px;
	position: absolute;
	left: 100px;
	top: 325px;
	z-index:-1;
	}
	
#form {
	color: #FFF;
	height: 600px;
	width: 500px;
	position: absolute;
	left: 190px;
	top: 375px;
	z-index:50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: left;
	top: 900px;
	left: 240px;
	position: absolute;
	}

#credit a:link {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}

#credit a:visited {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
	
#credit a:hover {
	background-color: #555;
	color: #000;
	text-decoration: none;
	}
	
