html,
body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -50px;
	/* Pad bottom by footer height */
	padding: 0 0 50px;
}

#content {
	padding: 60px 15px 0;
}

#noteEdit textarea {
	height: 34px;
	min-height: 34px;
	resize: vertical;
}

footer {
	height: 50px;
	background-color: #f5f5f5;
	padding: 15px 0;
	font-weight: bold;
}