body {
        padding-top: 50px;      
}

html, body {
        height: 100%;
}

#searchform {
        margin-top: 10px;
}

.notfooter {
        min-height: 100%;
}

.navbar {
        background-image: linear-gradient(#fff, #bcf);
}

#content {
        padding-bottom: 50px;
}

#footer {
        background: #eee;
        background-image: linear-gradient(#fff, #bcf);
	border-top: 1px solid grey;

        position: relative;
        padding: 10px;
        margin-top: -50px;
        height: 50px;
        clear: both;
}

#poweredby {
        float: left;
        width: 40%;
        text-align: left;
}

#pageinfo {
        border: none;
        color: grey;
        text-align: right;
}
