div#merry_christmas {
	margin: 10px 0;
	background-image: radial-gradient(#00ade4 0%, #111 100%);
	color: #fff;
	border-radius: 5px;
	position: relative;
	clear: both;
	overflow: hidden;
	}

div#merry_christmas p,	
div#merry_christmas h2 {
	border: none;
	color: #fff;
	}
	
div#merry_christmas p {
	margin: 0px 0;
	text-align: center;
	line-height: normal;
	}	

div#merry_christmas h2 {
	margin: 10px 0 0 0;
	padding: 5px 0;
	font-family: 'Mountains of Christmas', cursive;
	text-align: center;
	line-height: normal;
	text-shadow: none;
	clear: none;
	}
	
div#merry_christmas img#ribbon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: 0;
	border: 0;
	padding: 0;
	margin: 0;
	}
	
div#merry_christmas img#snowflake{
	position: absolute;
	z-index: 9;
	}