.content {
	position:relative;
}
.notification {
	display:block;
	background:url(../img/bg_notification.gif) left 0 repeat-x;
	height:56px;
	position:absolute;
	left:30%;
	top:-235px;
	color:#FFF;
	font-size:14px;
	text-shadow:0px -1px #4d8b1c;
	text-transform:uppercase;
	line-height:51px;
	border-radius:0 0 10px 10px;
	box-shadow:0 3px 7px rgba(50, 50, 50, 0.4);
	padding:0 40px;
}
.notification img {
	vertical-align:middle;
	padding-right:10px;
}