* {
	margin: 0;
}

html, body {
	height: 100%;
	text-align: center;
}

.btn {
	background-color: #ded9d3;
	border: 1px outset;
	margin-top: 2px;
}

.btn:link, .button:visited, .button:active {
	background-color: #ded9d3;
	border: 1px outset;
	margin-top: 2px;
}

.btn:hover {
	border: 1px inset;
}

.header {
	padding-top: 155px;
}

.footer, .push {
	font-size: smaller;
	height: 35px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
}
