/*+clearfix {*/
#jump:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#jump
{
	display: inline-block;
}
#jump
{
/*\*/
	display: block;
/**/
	-height: 1px;
}
/*+}*/
BODY
{
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
P
{
	margin: 1em;
	text-align: center;
}
.comments
{
	background-color: #E3E3E3;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px;
}
/*[clearfix]*/#jump
{
	position: absolute;
	left: 50%;
	top: 217px;
	width: 30em;
/*set to a negative number 1/2 of your height*/
	margin-left: -15em;
/*set to a negative number 1/2 of your width*/
	border: 1px solid #CCC;
	background-color: #F3F3F3;
}

