body {
    background-image:url(../images/background.jpg);
    /*background-image:url(../images/background_gradient.gif);
    background-repeat: repeat-x;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
    font-family:Arial, Helvetica, Sans-serif;
    color:#000000;
    font-size:16px;
    text-align:center;
}
div#header {
    position:absolute;
    left:0px;
    top:0px;
    margin:0px;
    width:100%;
    height:140px;
    color:#FFFFFF;
    line-height:195%;
    font-weight:bold;
    z-index:2;
}
div#secure {
    position:absolute;
    top:140px;
    right:20px;
    height:100px;
    font-family:Arial, Helvetica, Sans-serif;
    color:#000000;
    font-size:16px;
    text-align:center;
    z-index:2;
}
input#loginsubmit
{
    background-image:url(../images/go.gif);
    border:none;
    cursor:pointer;
    height:20px;
    width:24px;
}
.dashed
{
    font-weight:bold;
    font-size:11px;
    color: #FFFFFF;
    width:320px;
    border:1px dashed #27D5FF;
    padding-bottom:10px;
}

a span 
{
    display: none;
    z-index: 2;
}
a:hover span
{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    left: 330px;
    top: 0px;
    width: 150px;
    position: absolute;
    text-align: left;
    z-index: 2;
}
a
{
    text-decoration:none;
    color: #55FF55;
}
a:visited
{
    text-decoration:none;
    color: #55FF55;
}
