﻿body, form, html
{
    height: 100%;
    max-height: 100%;
}
html
{    
    font: normal 12px Verdana, Arial, Sans-serif;
    background-color:#000000;
    color: #999999;    
}
h2
{
    color:#ffffff;
}
a
{
    color:#ffffff;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
div.clear
{
    clear:both;
}
div.app_Wrapper
{
    width:1000px;
    margin:auto;
}
div.index_Head
{
    height:200px;
}
div.index_Mid
{
    height:145px;
    background:transparent url(Images/Logo.jpg) top center no-repeat;
}
div.index_Content
{
    height:637px;
    overflow:visible;
    background:transparent url(Images/Content_bg.jpg) top center no-repeat;
}
div.contactLabel
{
    background:transparent url(Images/lbl_bg.jpg) top center no-repeat;
    width:224px;
    height:33px;
    text-align:center;
    line-height:33px;
}
div #HyperLinkEmail
{
    position:absolute;
    margin-top:110px;
    margin-left:645px;
}