/* 
    Document   : PageCSS
    Created on : Nov 13, 2007, 1:20:27 PM
    Author     : Raj
    Description:
        Purpose of the stylesheet follows.
*/

body {
       background-color: black;              
       text-align: center;
       font-family: Tahoma;
       scroll-y: none;
       margin-top: 0px;
       margin-right: 20px;
       margin-left: 50px;
       margin-bottom: 0px;
     }                      
td {
    white-space: nowrap;
    width: 0%;
}

#Main{
    
    width: 800px;
    height: 500px;
    text-align: center;   
    background-color: black; 
}

#PageTop{
    width: 100%;
    text-align: right;
    color: white;
    font-size: 8pt;
    background-color: black;
  
   }

#MiddlePage{
width: 802px;
height: 100%;
left: 0px;
background-color: #092019;  
padding: 0; 
}

#buttons
{
width: 70px;
height: 30px;
}


#data1
{
border: 0px;
color:  white;
width:  63px;
height: 30px;
cursor: hand;   
}

#data2
{
border: 0px;
color:  white;
width:  86px;
height: 30px;
cursor: hand;   
}

#data3
{
border: 0px;
color:  white;
width:  78px;
height: 30px;
cursor: hand;   
}

#data4
{
border: 0px;
color:  white;
width:  107px;
height: 30px;
cursor: hand;   
}

#data5
{
border: 0px;
color:  white;
width:  74px;
height: 30px;
cursor: hand;   
}

#Annimation{
    background: url(image/N95.jpg)  no-repeat; 
    width: 245px;
    height: 470px;
    left: 0px;
    margin-left: 0px;
    display: block;
    
}

#banner
{
width: 340px;
height: 110px;
left: 0px;
background-color: #092019;
}

#frame
{
top: 0px;
width: 100%;
}

#PageBottom{
    background: url(image/botbanner.gif)  no-repeat; 
    width: 802px;
    color: white;
    left: 0px;
    font-size: 6.5pt;
   }


#ScrollText{
    
    border-color:  #000564;
    color: yellow;
    font-size: 10pt;
    width: 500px;
    height: 30px;
}


a {
color: white;
text-decoration: none; 
}

#success
{
background-color: #015B1B;
}




#empty
{
width: 25%;
}

#preload
{
display: none;
}


