html
{
width:90%;
height:90%;
}

body
{background-color: #FFFFFF;
width:90%;
height:90%;
background-image: url(../Images/logo3.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 9% 12%;
font-size: 10px; line-height: 15px;
font-family: verdana, sans-serif, arial, helvetica, tahoma ;
text-align:center;
}

.first
{background-color: #FFFFFF;
width:90%;
height:90%;
background-image: url(../Images/logo2.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center 25%;
font-size: 16px; line-height: 30px;
font-family: verdana, sans-serif, arial, helvetica, tahoma ;
text-align:center;

       }

#content
{
   position:relativ;
   height: 60%;

}
*html content{height: 90%}

#footer
{
    position:relative;
    text-bottom:25%;



}

