* {margin:0; padding:0}
body {
	text-align: center;
	font-size: 75%;
	background: #fff
}
#help-container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#help-header {
	height: 54px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
}
#help-brand {
	float: left;
	width: 137px;
	text-align: center;
}
#help-title {
	float: left;
	height: 34px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 150%;
	font-weight: bold
}
#help-closeup {
	float: right;
	text-align: center;
	margin-top: 15px;
}
#help-content {
	clear: left;
}
#help-close {
	margin-top: 15px;
	text-align: center;
}
#help-footer {
	clear: all;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #666;
}
