@charset "utf-8";

#section {
	position: absolute;
	left: 5%;
	width: 57%;
	z-index: 3;
	background-color: rgba(0,0,0,1);
	padding: 5px;
	border-radius: 0px 20px 20px 20px;
	top: 22%;
	right: 5%;
}

#logo {
	position: absolute;
	left: 15%;
	top: 7px;
	width: 32%;
	height: 82px;
	z-index: 200;
}

#img {
	position: absolute;
	left: 65%;
	top: 22%;
	width: 129px;
	height: 163px;
	z-index: 201;
	border: medium solid rgba(0,0,0,1);
}
