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

body {
	background: url('img/background.png');
}

#menu-top {
	width: 400px;
	margin: 0 auto;
	padding: 5px;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -30px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 28px;
}

.credit {
	float: right;
}

.panel-body {
	font-size: 18px;
}

.panel-body p {
	text-indent: 30px;
}

.panel-body .btn {
	display: inline;
}

.jumbotron p {
	font-size: 18px;
}

.jumbotron h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.panel-heading img {
	float: left;
	margin: 5px;
}