div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   line-height: 1.2;
   margin: 0;
   text-align: center;
}
a
{
   color: #1E90FF;
   text-decoration: underline;
}
a:hover
{
   color: #FFA07A;
   text-decoration: underline;
}
#wb_Extension1
{
   position: absolute;
   left: 80px;
   top: 51px;
   width: 811px;
   height: 467px;
   z-index: 0;
}
#Extension1
{
   width: 100%;
   height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_Extension1
{
   left: 24px;
   top: 103px;
   width: 721px;
   height: 391px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_Extension1
{
   left: 11px;
   top: 22px;
   width: 460px;
   height: 285px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 360px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_Extension1
{
   left: 11px;
   top: 22px;
   width: 338px;
   height: 238px;
   visibility: visible;
   display: inline;
}
}
