div.ArtPanel_Yellow
{
	border:solid 1px #cecece;
	background-image:url(Images/AP2/yellowBg.png);
	padding:10px;
	float: left;
	position:relative;
	min-height:400px;
	margin-bottom:20px;
	width:100%;
}

div.ArtPanel_Yellow div.BL
{
	width: 10px; 
	height: 10px; 
	background: url(Images/AP2/mcBL.png) no-repeat bottom left;
	position: absolute;
	bottom:-1px;
	left:-1px;
}

div.ArtPanel_Yellow div.BR
{
	width: 10px; 
	height: 10px; 
	background: url(Images/AP2/mcBR.png) no-repeat bottom right;
	position: absolute;
	right:-1px;
	bottom:-1px;
}

div.ArtPanel_Yellow div.TR
{
	width: 10px; 
	height: 10px; 
	background: url(Images/AP2/mcTR.png) no-repeat top right;
	position: absolute;
	right:-1px;
	top:-1px;
}

div.ArtPanel_Yellow div.TL
{
	width: 10px; 
	height: 10px; 
	background: url(Images/AP2/mcTL.png) no-repeat top left;
	position: absolute;
	left:-1px;
	top:-1px;
}