#wrapper {
	min-height:100%;
	position:relative;
}

#header {
	background:#008CD6;
}

#content {
	padding-bottom:390px;
}

#footer {
    background: #f3d714;
    color: #FFF;
    padding: 20px 15px;
    width: 100%;
    height: 390px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer h5 {
    margin: 11px 10px;
}