﻿body 
{
    background-image:url(../Images/bkgrd.jpg); background-repeat:repeat-x; background-color:#fff; color:#000; margin-top:0px; margin-left:0px;
}
img {float:left; border:none;}
#imgLogo {margin-right:10px; }
#Disclaimer {margin-top:10px; color:#fff}
#divTop {width:100%;}
#stripe {width:100%; background-color:#333399; height:10px;}
#divErrMsg 
{
    text-align:center; background-color:#f00; color:#ff0; border:solid 2px #000;
        position:absolute; top:50%; left:50%; height:200px; margin-top:-100px; width:300px; margin-left:-150px;
}

