@charset "UTF-8";

/*------------------------------------------------ */
/* Introduction
-------------------------------------------------- */

.container {
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
	background-position: center 400px;
	height: 100%
}

#wrapper {
	background-image :url(../images/header_introduction.jpg);
}

h2 {
	text-indent: -9999px;
	position: absolute;
}

h3 {
	background: url(../images/h3_top.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}
#footer {
	background: url(../images/footer_bg.jpg) no-repeat bottom;
}
.sign {
	margin: 0 0 0 auto;
	text-align:left;
	display:table;
}

.profile {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
}

.profile__img {
	width: 38%;
	padding-right: 20px;
}

.profile__body {
	flex: 1;
}
