	body,td,tr{
	
		font-size:12px;
		font-family:arial;
		color:white;
	}
	body{
		background-color:#111;
	}
	a{
		color:#990;
		text-decoration:none;
	}
	.designerName{

		/* margin:2px; */
		border-left:2px solid black;
		border-bottom:2px solid black;
		
		float:right;
		
	}
	.designerName a{
		padding:0px 3px;
		
		background:#FF0;
		color:black;
		font-weight:bold;
	}
	.designerName a:hover{
		
		background:#000;
		color:#FF0;
		
	}
	.mainHolder{
		
		position:absolute;
		width:760px;
		left:50%;
		margin-left:-380px;
		background-color:black;
		padding:20px 20px;
		
	}
	
	.artistImage{
		float:left;
		width:300px;
		height:360px;
		text-align:left;
	}
	img{
	border:none;
	}
	
	#artistDiv{
	margin-top:10px;
	margin-bottom:10px;
	}
	.artistImages{
		margin-top:10px;
		width:350px;
	}
	.artistInfo{
		float:left;
		width:460px;
	}
	
	.void{
		clear:both;
	}
	h1 {
		color:#FF0;
	}
	hr{
	border:0;
	border-bottom:1px solid #FF0;
	}