div#container
{
   width: 351px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #2E2F2B;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Html1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 351px;
   height: 500px;
   z-index: 0;
}
@media only screen
{
div#container
{
   width: 351px;
}
body
{
   background-color: #2E2F2B;
}
#Html1
{
   left: 0px;
   top: 0px;
   width: 351px;
   height: 500px;
   visibility: visible;
   display: inline;
}
#JavaScript2
{
   left: 0px;
   top: 500px;
   width: 51px;
   height: 27px;
   visibility: visible;
   display: inline;
}
}
