@charset "utf-8";
/* CSS Document */

#extra-div-2 {
	width: 200px;
	height: 260px;
	
	display: block;
	
	position: absolute;
	right: 0;
	bottom: 0;
	
	background-image: url(../../images/illustrations/illu_reiki.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;

	/*
	background-color: #FF66CC;
	border: 1px solid #CC33FF;
	*/
	z-index: 0;
}