body{
margin:0;
background:url(cover.jpg) no-repeat center center fixed;;
background-size: cover;
padding:0;
}

.containing{
top:20%;
width:100%;
position:absolute;
}

.content{
padding:20px;
font-size:18px;
}

.content p{
margin-top:0;
}

.container{
width:600px;
background:url(black.png) repeat;
margin:0 auto;
line-height:1.6;
font-size:16px;
font-family:georgia;
text-align:center;
position: relative;

color:#fff;
}

.box{
padding:10px;
color:#F4D988;
font-size:20px;
background:url(black.png) repeat;
}

.box a{
color:#F4D988;
}

#CQCWidget-1-116416305-1 {
  width: 20% !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
}

a {
  color:#fad143;
}

@media only screen and (max-width: 1100px) {
  .content {
/*    margin-bottom:340px;*/
  }
  .containing{
    top:20%;
    width:100%;
    position:relative;
    padding-bottom:64px;
  }
  #CQCWidget-1-116416305-1 {
      width: 50% !important;
      position: relative!important;
      bottom:0 !important;
      float:right!important;
    }
}