div#container
{
   width: 1000px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #FFFFFF;
   text-decoration: none;
}
a:visited
{
   color: #808080;
}
a:active
{
   color: #DC143C;
}
a:hover
{
   color: #FF0000;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#InlineFrame1
{
   border: 1px solid #C0C0C0;
   margin: 0;
}
#InlineFrame1
{
   position: absolute;
   left: 76px;
   top: 10px;
   width: 846px;
   height: 991px;
   z-index: 0;
}
@media only screen and (min-width: 600px) and (max-width: 999px)
{
div#container
{
   width: 600px;
}
body
{
   background-color: #000000;
   background-image: none;
}
#InlineFrame1
{
   left: 16px;
   top: 13px;
   width: 566px;
   height: 767px;
   visibility: visible;
   display: inline;
   margin: 0;
}
}
@media only screen and (max-width: 599px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #000000;
   background-image: none;
}
#InlineFrame1
{
   left: 3px;
   top: 10px;
   width: 312px;
   height: 747px;
   visibility: visible;
   display: inline;
   margin: 0;
}
}
