html,
body {
  height: 100%;
  background: transparent url('../images/Outage05.jpg') no-repeat center 100%;
  background-size: 100% 100%;
}
body {
  text-align: center;
  /*box-shadow: inset 0 0 100px rgba(0,0,0,1);*/
  padding: 0 !important;
  margin: 0 !important;
}
@font-face {
        font-family: museoSlab;
        src: url('../images/fonts/museoSlab300.otf');
}
.post {
  height: 100%;
  width: 100%;
  display: block;
  background: transparent url('../images/DJCard.png') no-repeat center center;
  background-size: 33%;
  z-index: 999;
}
/*@media (min-width: 1310px) {
    .post {
        background-position: 88% 50%;
    }
}*/
#vidcr {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 8px;
}
.cr {
  display:inline-block;
  color:#777777;
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  padding: 5px 12px;
  text-decoration:none;
  z-index: 998;
}
#vid {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 7%;
  right: 5%;
}
.myButton {
  background:linear-gradient(to bottom, #383838 5%, #666666 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#334444', endColorstr='#778888',GradientType=0);
  background-color:#556666;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  display:inline-block;
  cursor:pointer;
  color:#ddddcc;
  font-family:museoSlab;
  font-size:18px;
  font-weight:bold;
  padding: 10px 17px;
  text-decoration:none;
  text-shadow:-1px 2px 5px #112222;
}
.myButton:hover {
  background:linear-gradient(to bottom, #114400 5%, #339900 100%);
  text-decoration: none;
  color: #dddd00 !important;
}
.myButton:active {
  position:relative;
  top:1px;
}

footer{position: absolute; width: 100%; z-index: 0;  height: 50px; bottom: 0; float: left;}
.mainFooter { z-index:2; text-align: right;}
.textPrivacy{font-family: sans-serif; font-size: 12px; color: #808080; position:relative; display:inline-block;  font-weight: normal;letter-spacing: 1px;margin-top: 3px; margin-right: 50px;}
.privHold{ line-height: 20px; position: relative; display: inline-block; margin-top: 0px;}


















