div#container {
   margin: 0 auto 0 auto;
   position: relative;
   text-align: left;
   width: 970px;
}
body {
   background-color: #000000;
   color: #FFFFFF;
   font-family: Roboto;
   font-size: 21px;
   font-weight: normal;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#preloader {
   background: #F2F2F2 url("images/loading.gif") no-repeat center center;
   bottom: 0;
   opacity: 0.48;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
#tnow-widget-wrapper {
   border: 0;
   display: block;
   height: 360px;
   margin: 30px auto 0;
   max-width: 500px;
   overflow: hidden;
   width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 969px) {
div#container {
   width: 768px;
}
}
@media only screen and (max-width: 767px) {
div#container {
   width: 320px;
}
}
