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

p {
	font-size: 197%;
	color: #411000;
	text-align: center;
	margin-top: 50px;
}
#profile_box {
	background-image: url(../img/blog/profile_bg.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 825px;
	position: relative;
	margin-top: 50px;
}
#profile_box img {
	position: absolute;
	left: 100px;
	top: 60px;
}
#text_box {
	height: 150px;
	width: 453px;
	position: relative;
	left: 270px;
	top: 60px;
}
#text_box p {
	font-size: 153.9%;
	text-align: left;
	margin-top: 0px;
	color: #411000;
}
h1 {
	margin-top: 50px;
}
