div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #8B0000;
   background-image: url('images/bobswebroom-01H.jpg');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: cover;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Button1
{
   box-sizing: border-box;
   line-height: 47px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #FF0000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#Button1:hover
{
   background-color: #0000CD;
   transition: background-color 500ms linear 0ms;
}
#Button1
{
   position: absolute;
   left: 370px;
   top: 376px;
   width: 232px;
   height: 51px;
   z-index: 0;
}
@media only screen and (max-width: 969px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #8B0000;
   background-image: url('images/bobswebroom-01H.jpg');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: cover;
}
#Button1
{
   left: 34px;
   top: 355px;
   width: 232px;
   height: 51px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button1
{
   line-height: 47px;
}
}
