body
{
   background-color: #FFFFFF;
   color: #606062;
   font-family: arial, verdana;
}

img
{
   border: 0;
}

a
{
   color: #606062;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

#main
{   
   width: 940px;
   height: 735px;
   margin: 0 auto;
}

#logo
{
   padding: 72px 0 55px 690px;
   margin: 0;
}

#logo img
{
   display: block;
}

#content
{
   background-image: url("../gfx/background.gif");
   background-repeat: no-repeat;
   height: 412px;
   position: relative;
}

#text
{
   position: absolute;
   top: 75px;
   left: 30px;
   font-size: 24px;
   line-height: 29px;
}

#text h2
{
   color: #C1A14E;
   font-weight: 900;
   font-size: 24px;
   line-height: 29px;
   margin-top: 0;
   margin-bottom: 30px;
}

#text a
{
   color: #C1A14E;
}

#download
{
   position: absolute;
   top: 249px;
   left: 720px;
}

#footer
{
   text-align: center;
   margin-top: 20px;
   font-size: 17px;
   line-height: 17px;
}