html, form, body
{
    margin: 0;
    padding: 0;
}

body
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
    color: #333;
    text-align: center;
}
.warp
{
    margin: auto;
    width: 1024px;
    height: 720px;
    background: url(images/bg.jpg) top center no-repeat;
}
.Content
{
    width: 100%;
    position: relative;
}
.leftPane
{
    position: absolute;
    top: 238px;
    left: 352px;
    width: 340px;
}
.rightPane
{
    top: 194px;
    position: absolute;
    left: 712px;
    width: 290px;
}
.logo
{
    position: absolute;
    top: 53px;
    left: 750px;
    height: 91px;
    width: 204px;
}
.fhLandingPage
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:17px;
    color: #ffffff;
    width:100%;
}
.fhLandingPage a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fad43d;
    line-height:17px;
    text-decoration: underline;
}
.fhLandingPage a:hover
{
    color: #fad43d;
    text-decoration: underline;
}
.fhLandingPage a:visited
{
    color: #fad43d;
    text-decoration: underline;
}
.fhLandingPage a:active
{
    color: #fad43d;
    text-decoration: underline;
}
.fhLandingPage ul
{
    margin: 0;
    padding: 0;
    float: left;
}
.fhLandingPage ul li
{
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 0 10px;
    letter-spacing:-1;
    list-style-type:none;
    background:url(images/listImage.png) no-repeat left center;
}
.fhLandingPage p
{
    margin: 10px 0;
    padding: 0;
}

