* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	color: #000;
	background-image: url('../images/dead-confederate.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #EF90A9;
}

	a:hover {
		color: #AA677A;
	}

#pagebody {
	margin-right: 555px;
	padding: 20px 0 0 20px;
}

	#pagebody h1 {
		height: 0px;
		overflow: hidden;
		visibility: hidden;
	}
	
.mailing-list {
	
}

	.mailing-list h2 {
		font-size: 1.2em;
	}

	.mailing-list p {
		margin: 1em 0;
	}
	
.downloadbar {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFF;
	color: #000;
	height: 20px;
	padding: 10px;
	padding-left: 50px;
	margin-left: -20px;
	opacity: 0.9;
	text-decoration: none;
	background-image: url('../images/download.jpg');
	background-repeat: no-repeat;
	background-position: 10px 2px;
}

	.downloadbar:hover {
		text-decoration: none;
		color: #000;
	}
	
	.downloadbar strong {
		font-size: 1.2em;
		margin-right: 20px;
	}
	
.signup {
	bottom: 75px;
	height: 80px;
	position: fixed;
	right: 0;
	width: 520px;
}

	.signup iframe {
		width: 515px;
		height: 80px;
		border: 0;
		overflow: hidden;
	}
	
.share {
	
}

	.share ul {
		list-style: none;
		width: 200px;
	}
	
		.share ul li {
			width: 100px;
			height: 20px;
			float: left;
		}
		
			.share ul li a {
				padding-left: 20px;
				background-repeat: no-repeat;
				background-position: center left;
			}
			
			.share ul li .twitter { background-image: url('../images/share/twitter.png') }
			.share ul li .myspace { background-image: url('../images/share/myspace.png') }
			.share ul li .facebook { background-image: url('../images/share/facebook.png') }
			.share ul li .website { background-image: url('../images/share/netvibes.png') }
			
			
	
.embed {
	clear: left;
	margin: 10px 0;
}

	.embed div {
		margin-top: 5px;
		font-family: monospace;
	}
	
#player {
	width: 520px;
	position: fixed;
	height: 18px;
	right: 0;
	bottom: 180px;
}
