﻿body, html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    border: none;
    background-color:#AFD3EB;
    font-family: "Comic Sans MS";
    color: #000;
    line-height: 1.3em;
    background-image:url(/Content/images/splash/splash_bg.gif);
    background-repeat:repeat-x
}

