* {
	padding: 0;
	margin: 0;
	}

p {
	color: #222;
	font-weight: 600;
	font-family: Helvetica;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 22px;
	-webkit-font-smoothing: antialiased;
	}

a {
	color: #0198E1;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #0198E1;
	border-bottom: 1px dashed rgba(1,152,225,1);
	}

#monogram {
	width: 300px;
	padding: 50px 0 0 0;
	margin: 50px auto 0 50px;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
	}

#about_stage {
	position: absolute;
	z-index: 0;
	width: 360px;
	height: 450px;
	padding: 40px 40px 40px 40px;
	top: 100px;
	right: 200px;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
	}
	
#about {
	position: absolute;
	z-index: 10;
	width: 360px;
	height: 450px;
	padding: 40px 40px 40px 40px;
	top: 100px;
	right: 200px;
	border: 1px solid #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	}

#twitter {
	padding: 50px 50px 50px 50px;
	margin: 500px 0 0 auto !important;
	}