﻿* { margin:0; padding:0}
body
{
    background-color:#000000;
    font-family:Verdana, Arial;
    font-size:11px;
    line-height:14px;
    color:#ffffff;
}

p
{
    margin-bottom:15px;
}

h1
{
    font-family:Verdana, Arial;
    font-size:26px;
    color:#fef500;
    margin-bottom:20px;
}

table#sendDetails
{
    float:left;
    clear:both;
}

.btnSubmit
{
    background-image:url(Image/sendBtn.gif);
    background-position:center;
    background-repeat:no-repeat;
    float:right;
    width:60px;
    height:23px;
    border:none;
    cursor:pointer;
    background-color:#323637;
}


table#sendDetails td
{
    height:24px;
    vertical-align:middle;
}

div#thePageCentered, 
div#theLogosCentered
{
    width:972px;
    margin:0 auto;
}

div#theLogosCentered
{
    clear:both;
    background-image:url(Image/logos.gif);
    background-position:center;
    background-repeat:no-repeat;
    height:115px;
    
}

div#leftSection
{
    background-image:url(Image/mainPic.jpg);
    background-position:bottom right;
    background-repeat:no-repeat;
    float:left;
    width:486px;
    height:323px;
}

div#rightSection
{
    background-image:url(Image/percentage.gif);
    background-position:bottom right;
    background-repeat:no-repeat;
    float:left;
    width:456px;
    height:293px;
    padding:15px;
    background-color:#323637;
}


