body {
	background: #2c3c2c;
	margin: 0px;
	padding: 0px;
	font-family: 'arial black';
	font-size: 12px;
	color: white;
	overflow: hidden;
}

/* TEXTY BITS */

.txt {
	position: absolute;
	top: -3px;
	left: 20px;
}

.outlink {
	color: gray;
}

a {
	color: white;
	text-decoration: none;
}

.li {
	list-style: none;
}

.blurb {
	position: absolute;
	width: 550px;
	right: 100px;
	top: 150px;
}

#music {
	margin-bottom: 30px;
}

#purchase {
	margin-bottom: 20px;
}

#zip {
	position: absolute;
	right: 670px;
	top: 150px;
	text-align: right;
	width: 200px;
}

/* LINEY BITS */

.line {
	background: #54542c;
	height: 15px;
	position: absolute;
}

#line1 {
	top: 100px;
	left: 0px;
	width: 100%;
}

#line2 {
	top: 122px;
	left: 0px;
	width: 100%;
}

#line3 {
	bottom: 75px;
	right: 0px;
	width: 320px;
}

#line4 {
	bottom: 54px;
	right: 0px;
	width: 320px;
}

.linelink {
	background: #54542c;
	height: 15px;
	width: 1000px;
	display: block;
	margin: 0px;
	margin-bottom: 7px;
}

#line5 {
}

#line6 {
}

/* IMAGES */
img {
	position: absolute;
}

#splat1 {
	right: 280px;
	bottom: -92px;
}

#splat2 {
	right: -90px;
	bottom: -250px;
}

#bot {
	left: 20px;
	bottom: 10px;
}

#bot2 {
	right: 15px;
	bottom: 15px;
}

#title {
	right: 670px;
	bottom: 55px;
}

#sputnik {
	right: 20px;
	top: 20px;
}


