#wrap {
	margin: 0 auto -120px; /* for sticky footer: the bottom margin is the negative value of the footer's height. */
}

#calNav {
	margin-bottom: 5px;
}

#calNav ul li {
	display: inline;
}

#footer, #push {
	height: 120px; /* for sticky footer: #push must be the same height as #footer. This value can be whatever you want. */
}

#footer {
	height: 120px;
}

