div#container
{
   width: 906px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Banner1
{
   border-width: 0;
   position: absolute;
   left: 32px;
   top: 65px;
   width: 842px;
   height: 356px;
   z-index: 0;
}
@media only screen and (min-width: 400px) and (max-width: 905px)
{
div#container
{
   width: 400px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#Banner1
{
   left: 147px;
   top: 170px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 399px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#Banner1
{
   left: 147px;
   top: 170px;
   visibility: visible;
   display: inline;
}
}
