[class*="test"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #eee;
  border: 1px solid rgba(86,61,124,.2);
}

.test200 {
 height:200px;
}


.test300 {
 height:300px;
}

.test400 {
 height:500px;
}

.test500 {
 height:500px;
}



.subs {
 position: absolute;
 left:0;
 bottom:0;
 width:100%;
 text-align:center;
}

.subs a {
 position:relative;
 background: #812424;
/* top:2px;*/
/* bottom:3px;*/
 padding: 5px 11px 5px 11px;
 color:white;
 font-weight:bold;
 opacity:0.8;
 display:block;
}

.subs a:hover {
  text-decoration:none;
  color:yellow;
}