/*-- Content --*/

.me_main_content {
	background-image:url("me.jpg");
	background-repeat: no-repeat;
	height: 853px;
	/*max-width: 1190px;*/
	max-width: 1090px;
	margin: auto;
	overflow: auto;
}

.me_main_content_box {
	background-color: rgba(255,255,255,0.75);
	padding: 35px 50px 50px 50px;
	width: 550px;
	height: 100%;
	float: right;
	text-align: justify;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.me_main_content_box h1 {
	font-family: "Indie Flower", sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 2em;
}

.me_main_content_box b {
	font-weight: 600;
}