
#wrapper {
  width: 80%;
  float:right;
  margin-top:10px!important;
  margin-right:28px;
 
}

.text-center { text-align: center; font-size:25px; padding:5px 0px 20PX; text-transform:capitalize; font-weight:bold; color:#FFf;  text-shadow: 4px 3px #ff0000; }

.text-right { text-align: right; }

.text-justify { text-align: justify; } 

.newstape {
	background-color: #501102;
	color: #fff;
	height:250px;
	overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 15px;
}

.newstape-drag { cursor: ns-resize; }
