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

#aboutmebase {
	color: #ffffff;
	width: 100%;
	height: 100%;
	position:relative;
	overflow:hidden;
}
#aboutmebase .transparency {
	border-style: none;
	width: 95%;
	height: 95%;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-moz-border-radius: 15px 15px 15px 15px;
	background-color:#32211d;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
.aboutmecontent {
	position:relative;
	color: #ffffff;
	font-size: 16px;
	width:92%;
	padding: 10px 5px 15px 5px;
	z-index:2;
}
.aboutmeimg {
	float: left;
	border-style: none;
	padding: 0px 10px 20px 5px;
	display: block;
	z-index:2;
}
#aboutme {
	padding: 0px 10px 18px 20px;
}

