html, body {
        background-image: url(bg.gif);
        background-color: #FFFFFF;
}

.welcome
{
        font-family: "Trebuchet MS", verdana, sans-serif;
        font-size: 15px;
        color: #aac7cf;
        margin-right: 1.5em;
        margin-top: -40px;
        margin-left: -175px;
        position: absolute;
        top: 10%;
        left: 20%;
}

.gateway
{
        font-family: "Trebuchet MS", verdana, sans-serif;
        font-size: 15px;
        color: #aac7cf;
        margin-right: 1.5em;
        margin-top: -40px;
        margin-left: -175px;
        position: absolute;
        top: 21%;
        left: 39%;
}

#form
{
        margin-right: 1.5em;
        margin-top: 8em;
        margin-left: 12em;
        position: absolute;
        top: 13%;
        left: 18%;
}

#applet
{
        margin-right: 0.5em;
        margin-top: 8em;
        margin-left: 2em;
        position: absolute;
        top: 13%;
        left: 18%;
}
img {
        border-style: none;
        width: 5.5em;
        height: 1.9em;
}

.withlove
{
        font-family: "Trebuchet MS", verdana, sans-serif;
        font-size: 15px;
        color: #aac7cf;
        margin-top: -40px;
        margin-left: -35px;
        position: absolute;
        top: 100%;
        left: 88%;
}

.formtextplx
{
        font-family: "Trebuchet MS", verdana, sans-serif;
        font-size: 11px;
        color: #aac7cf;
        margin-right: 1.5em;
        margin-left: 3.5em;
}


#content
        {
        margin-right: 1.5em;
        margin-top: -0.9em;
        margin-left: -1.5em;
        position: absolute;
        top: 13%;
        left: 18%;
        font-size: 65px;
        font-family: "Trebuchet MS", Arial, sans-serif;
        color: #acd643;
        width: 750px;
        height: 200px;
        visibility: visible;
        font-weight: bold;
        letter-spacing: -2px;
        }

input
{
        color: #000000;
        background: #aac7cf;
        border: 1px solid #000000;
        width: 11em;
}
.submit input
{
background:#FFFFFF;
font:bold 11px verdana,Arial,sans-serif;
border:#7F9DB9 0.2em solid;
color:#4a4a4a;
margin-left: 250px;
margin-top: 36px;
width: 8em;

}

select {
width: 11em;
background: #aac7cf;
}

fieldset
{
        border: 1px solid #000000;
        width: 21.1em;
        height: 13em;
        padding: 2em;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

legend
{
        color: #fff;
        background: #6699FF;
        border: 1px solid #000000;
        padding: 2px 10px;
        font-size: 11px;
}

a:link {
        color: #aac7cf;
        }
a:visited {
        color: #aac7cf;
        }
a:active {
        color: #aac7cf;
        }
                                                
