﻿body {
	
	margin: 0;
	
}

#holder {

	width: 309px; 
	float: left; 
	border-color: blue; 
	border-width: 0px; 
	border-style: solid;
	text-align: left;

}

#shell {
	
	background: url('images/div_cover.png');
	width: 309px;	
	height: 358px;
	position: absolute;
	float: left;
	z-index: 3;
}

#shell2 {
	
	background: url('images/div_cover2.png');
	width: 309px;	
	height: 358px;
	vertical-align: top;
	position: absolute;
	z-index: 3;	

}

#pic {	
	
	width: 265px;	
	height: 317px;
	position: relative; 	
	margin-top: 16px;
	margin-left: 24px;
	float: left;
	z-index: 2;
	
}

#shell2 a {
	position: absolute;
	display: block; 
	height: 100%; 
	width: 100%;
}


#shell a {
	display: block; 
	height: 100%; 
	width: 100%;
}

