/* CSS Document */
body    { background-image: url("images/bg.jpg"); background-repeat: repeat-x; background-position: center; height:100%;}
.container     { background-color: white; background-position: center; margin: auto; width: 1024px; height: 1080px }
.no-flash {position:relative;background-image: url("images/no-flash.jpg"); background-repeat:no-repeat; background-position:left -41px; width:100%; height:100%;}
.footer { background-position: center bottom; text-align: center; margin: auto; width: 1600px; height: auto }

p, tr,td  { color: #333333; font-size: 10px; font-family: Geneva, Arial, Helvetica, sans-serif; background-position: center; margin: 5px }

a:link  { color: #333333; background-position: center }
a:hover  { color: #000000; background-position: center }
a:visited  { color: #333333; background-position: center }

#Download {
 position:absolute;
 width:330px;
 height:20px;
 top:784px;
 left:519px;
}
#Download a {
    display:block;
    line-height:20px;
    width:100%;
    text-indent:-3000px;
}
