@charset "UTF-8";


/* CSS Document */
img {
width:100%;
max-width: 100%;
height: auto;
}


photo {
	z-index:1;
	position:relative;
}

.text-area {
	z-index:999;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}


img[usemap] {
	border:none;
    max-width: 100%;
	width:100%;
    height: auto;
}

