/***********Style Global**********/
/*********************************/	
html {
}
body {
	margin: 0;
	padding: 0;
	background-color:#863b00;
	overflow-y:auto;
	overflow-x:hidden;
	}
a:hover, a:link, a:visited, a:active {
	color:#ffa800;
	border:none;
	text-decoration:underline;
	}
#header{
	position:relative;
	margin:auto;
	width:660px;
	height:150px;
	}
#content{
	position:relative;
	margin:auto;
	width:950px;
	height:650px;
	}
#facebook_layout{
	position:relative;
	margin:auto;
	width:760px;
	height:530px;
	}
#footer{
	position:relative;
	margin:auto;
	width:950px;
	height:10px;
	text-align:center;
	font-family:tahoma;
	font-size:9px;
	color:#ffa800;
	}
#text_content{
	position:relative;
	margin:auto;
	width:620px;
	padding:20px;
	height:auto;
	background-color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	text-align:justify;
	}