#newsTitle {
	font-weight: bold;
}
.christmasDecor {
	position: absolute;
	z-index: 501;
}
.christmasDecor2 {
	position: absolute;
	top:-120px;
	left:595px;
	z-index: 501;
}

.chris-r{
	background-image: url('../img/christmas-left.png');
	position: absolute;
	left: 0px;
	top: 0px;
	width: 125px;
	height: 100%;
	z-index: 500;
}
.chris-l{
	background-image: url('../img/christmas-right.png');
	position: absolute;
	right: 0px;
	top: 0px;
	width: 125px;
	height: 100%;
	z-index: 500;
}
.chris {
	position: relative;

}