html, body {
  margin:0;
  padding:0;
  color: #281d3e;
  /*background-color: #281d3e;*/
  font-family: "dimbo_regular", Verdana;
  text-shadow: 0 2px #281d3e;
  background: url(../../assets/img/singlepx.jpg) repeat;
}

/*html {*/
  /*background: url(../../assets/img/footer_wool.png) top center;*/
/*}*/
body {
  background: url(../../assets/img/bg.jpg?!11) top center no-repeat fixed;
}

.title {
  font-size:25px;
  font-weight:bold;
  margin-bottom:5px;
}

.mini-title {
  font-size:20px;
  font-weight:bold;
  margin-bottom:5px;
  color: #FFE4A4;
  text-align:center;
  padding-bottom:10px;
  margin-top:-5px;
}

.sizer {
  max-width:1100px;
  margin:0 auto;
  position:relative;
  z-index:20;
}
.content {
  background: rgb(211, 173, 227);
  background: rgba(255,255,255,.6);
  color:#333;
  padding:10px;
  box-shadow: 0 0 10px 0 #fff;
  text-shadow: none;
}
a {
  text-decoration:none;
  color:#d2cfff;
  line-height:22px;
  vertical-align:middle;
  font-weight:bold;
  font-size:15px;
}
a:hover {
  color:#fff;
  text-decoration:underline;
}