#bottom {
	padding-bottom: 15px;
}
#content {
	position: relative;
	background: #dfd8c5;
	margin: 0px auto;
	width: 890px;
	height: 300px;
}
#content p {
	font: normal 18px/33px Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 40px 0px 0px;
}
#content p a{
	color: #333;
	text-decoration: none;
}
#content p a:hover{
	text-decoration: underline;
}
