#wrapper {
	margin: auto;
	color: #FFF;
	clip: rect(auto,auto,auto,auto);
}
#bar {
	width: 820px;
	margin: auto;
	background-color: #FFF;
	height: 35px;
}
#head {
	width: 820px;
	margin: auto;
	height: 150px;
	clip: rect(auto,auto,auto,auto);
	float: none;
}
#words {
	width: 780px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	background-color: #CCC;
	margin: auto;
	line-height: 20px;
	text-align: left;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 20px;
}
#footer {
	background-color: #999;
	width: 820px;
	margin: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	word-spacing: normal;
	text-align: center;
	height: 28px;
}
##wrapper #words p img {
}
