* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #68e0fb;
	font-family: Helvetica, "Lucida Grande", Verdana, Arial;
	font-size: 12px;
}
a {
	color: #68def9;
	background: #eee;
	padding: 3px;
	color: #222;
}
a:hover {
	text-decoration: none;
}
div#content {
	background: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;	
}
div#content div#floater {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	text-align: left;
}
div#content div#about {
	width: 360px;
	height: 150px;
	margin-left: -180px;
	position: absolute;
	top: -75px;
	left: 50%;
}
div#content div#about img {
	float: left;
	margin-right: 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
div#content div#about h1 {
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	text-shadow: #fff 0px -1px 0px;
	font-weight: bold;
	vertical-align: top;
	font-family: Helvetica, "Lucida Grande", Verdana, Arial;
}
div#content div#about p {
	opacity: 0.5;
	margin-top: 0px;
	margin-left: 75px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 16px;
	text-shadow: #fff 0px -1px 0px;
}

/* Articles */
div#full-content {
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;	
	margin: 5px;
}
div#full-content div.article {
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 60px 0;
	text-align: left;
}
div#full-content div.article h2 {
	margin-bottom: 10px;
}
div#full-content div.article p {
	margin-bottom: 30px;
	line-height: 20px;
	opacity: 0.5;
}
