﻿html, body {
    height: 100%;
    
}

html {
    display: table;
    margin: auto;
    width: 80%;
}

body {
    display: table-cell;
    font-family: Tahoma;
    vertical-align: top;
}

h1 {
    text-align: center;
}

p {
    text-align:justify;
}

#footer {
    border-top: 1px solid black;
    position: absolute;
    bottom: 0;
}

#statSmooth, #resampler, #gauss, #combinedMerger, #merger {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

