/*
#####################################################################
Start of Defaults for all Pages. Be cautious in changing this.

Global Reset is needed to ensure the more or less identical cross-browser presentation of your web-sites.
By default different browsers use different values for margin, padding or line-height. Global
Reset makes sure all (or probably most) browsers render sites identically.
#####################################################################
*/
html, body {
    height: 100%;
}

html,body,div,h1,h2,h3,h4,h5,h6,img {
    margin: 0;
    padding: 0;
    border: 0;
}
