body { 
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	background: #fff;
}

div {
	position: absolute;
	font-family: arial;
	color: #000;
}

img#bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#content {
	position: relative;
	width: 600px;
	height: 600px;
	margin: auto;
	border: 10px solid #000;
	z-index: 1;
}

#content #menu {
	right: 0px;
	top: 100px;
	text-align: right;
	font-weight: bold;		
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px;
	margin-right: 5px;
}

#content #menu a:hover {
	background-color: #000;
	color: #fff;
}

#name {
	left: 10px;
	top: 10px;
}

#name img {
	border: none;	
}

div.main {
	left: 0px;
	top: 100px;
	width: 420px;
	height: 450px;
	font-size: 10px;
	font-family: geneva,arial;
	font-weight: normal;
	padding: 10px;
	text-align: justify;
	overflow: auto;	
}		

div.main a:hover {
	background-color: #000;
	color: #fff;
}

#shows {
	text-align: center;
}

#shows img {
	width: 200px;
}

.album {
	position: relative;
	width: 400px;
	margin-bottom: 20px;
}

.album div {
	position: relative;
}

.album #cover {
	float: left;
}

.album #tracks {
	width: 250px;
	float: right;
}

.album #tracks .paypal {
	height: 25px;
	width: 90px;
	float: left;
}

.album #tracks .download {
	height: 30px;
	width: 150px;
	float:right;
}

#videos {

}


div.bottom {
	position: relative;
	clear: both;
}

.text {
	background-image: url(img/trans.png);		
}

.price {
	font-weight: bold;
	font-size: 14px;
}

object {
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;				
}

.text a {
	font-weight: bold;
	text-transform: uppercase;
}

a.selected {
	background-color: #000;
	color: #fff;
}

img {
	border: none;
	background: none;
	margin: none;
	padding: none;
}

hr {
	border: none;
	border-bottom: 3px solid black;
}