@charset "utf-8";

body {
	background:#ffffff;
}

#Page_Content {
	width:1000px;
	height:500px;
	position:absolute;
	left:50%;
	margin-right: auto;
	margin-left: -500px;
	top: 300px;
	color: #06C;
}

#facelink {
	position: absolute;
	left: 50%;
	margin-right: auto;
	margin-left: -125px;
	top: 530px;
}

