html,
body {
  height: 88%;
  /* The html and body elements cannot have any padding or margin. */
}

footer {
	color: #8f8f8f;
	background-color: #ffffff;
	padding: 17px 0 18px 0;
	border-top: 1px solid #ffffff;
}

footer a {
	color: #8f8f8f;
}

footer a:hover, a:active {
	color: #8f8f8f;
	outline: 0;
	text-decoration: none;
}

footer a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0;
}

.push {
	height: 63px;
}

#radioGroup .wrap {
	display: inline-block;
}
#radioGroup label {
	display: block;
	text-align: center;
	margin: 0 0.2em;
}
#radioGroup input[type="radio"] {
	display: block;
	margin: 0.5em auto;
}