﻿html, body {
    height: 100%;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.bg-theme-blue {
    background: rgb(2,0,36);
    background: linear-gradient(300deg, rgba(2,0,36,1) 0%, rgba(25,109,129,0.9921218487394958) 0%, rgba(52,117,200,1) 0%);
}

.border-red    { border: 2px solid red; }
.border-green  { border: 2px solid green; }
.border-yellow { border: 2px solid yellow; }

.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
#footer {
    color: whitesmoke;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    width: 100%;
    text-align: center;
    font-size: 10px;
    min-height: 10px;
    padding-top: 40px;
}

#footer a, #footer a:link, #footer a:visited { text-decoration: none; }


/*html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

* {
    font-size: 100.01%
}

html {
    font-size: 62.5%;
}

body {
    font: 1.2em Verdana, Arial, sans-serif;
}*/
/*#container {
    display: block;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(300deg, rgba(2,0,36,1) 0%, rgba(25,109,129,0.9921218487394958) 0%, rgba(52,117,200,1) 0%);
}*/
/*#header {
    display: block;
    width: 100%;
    height: 200px;
    width: 950px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}*/
/*
#logo {
    background: url(../images/logo.png) no-repeat;
    margin-top: 90px;
    margin-left: 5px;
    position: absolute;
    width: 210px;
    height: 70px;
}

#main {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
*/


