#news-text {
	position:absolute;
	top:120px;
	left:-250px;
	text-align:left;
	width:710px;
	height:300px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-bottom: 20px;
	color: #fff;
}
.content {padding-top:55px;
         padding-left:15px;
}
.post {
	border-bottom:1px dotted black;
	padding-bottom:10px;
	margin-bottom: 10px;
}

.post img {
	border:1px solid black;
	margin-right: 10px;
}

.post a {
	text-decoration: underline;
	color: #fff;
}

#specials-content {
	position: relative;
    margin-left: 12px;
}

.specials {
	position:absolute;
	top:170px;
	left:150px;
	width:424px;
	height:177px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	font-family: times;
    line-height: 30px;
}

.specials span {
	color:#ED7600;
	font-size: 36px;
    line-height: 36px;
}
.title {
	font-size:16px;
	font-weight: normal;
}

