body {
	background: #F8F7F3;
	margin: 0 auto;
	padding: 0;
	font-size: 72%; /* Resets 1em to 11px/8pt */
	font-family: Verdana;
	color: #201C1D;
	}
	
a {
	color: #201C1D;
	text-decoration: none;
}

#wrapper {
	background: url('head.jpg') no-repeat right bottom;
	clear: both;
	}
	
	h1 {
	color: #4C7BB3;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: italic;
	font-size: 1.5em;
	text-shadow: 2px 2px #E2E1DD;
	}
	
#text {
	padding: 0px 200px 0 0;
	line-height: 140%;
}

#chatbox {
width: 294px;
height: 240px;
margin: 144px 0 0 0;
}


.center {
	width: 920px;
	height: 589px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -460px;
   margin-top: -295px;
}

#fb {
width: 110px; overflow: hidden;
}

#fbhold {
overflow: auto; width: 110px
}


