/* 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;
}

#bodytext {
	background-color: transparent;
	text-size: .75em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 490px;
	left: 160px;
	top: 305px;
	font-size: .75em;
	}
	
#connectbackground {
	background-color: #101010;
	height: 1000px;
	width: 555px;
	position: absolute;
	left: 135px;
	top: 275px;
	z-index:5;
	}
	
#bodytext a:link {
	background-color: transparent;
	color: #999;
	text-decoration: none;
	}

#bodytext a:visited {
	background-color: transparent;
	color: #999;
	text-decoration: none;
	}
	
#bodytext a:hover {
	background-color: #555;
	color: #FFF;
	text-decoration: none;
	}
	
#credit {
	background-color: #000;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	text-align: left;
	top: 1300px;
	left: 275px;
	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;
	}
	
table#wallpapertable {
	width: 429px;
	}
	
table#wallpapertable td {
	border: 0;
	padding: 0 0 10px 0;
	text-align: center;
	}

.headline {
	font-weight: bold;
	font-size: 1.2em;
	}
