body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center; margin-top:0px; margin-bottom:0px;
}

A { color: #000000; text-decoration:none}
A:hover { text-decoration: underline; }
A:active { color: #555555 ; } 
a:link {color:#000000}

#vids {
	position: relative; float:left;
	left:5px;
	top:0px;
	width:253px;
	height:443px;
	z-index:1;
	overflow: auto;
	border:#000000 solid 1px;
}

.artistname {
	font-size: 16px;
	font-weight: bold; }
	
#bio {
	position: relative;
	border:#000000 solid 2px;
	width:826px;
	text-align:left;
	height:235px;
	z-index:1;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
