/* Custom CSS */

#footer .footericon{
	width: 57px;
	height: 70px;
	margin: 0 auto;
	padding:20px 0 40px;
}

body #page{
	background-image:
	url(http://nny.com/snowcraft/wp-content/assets/bg-top.jpg),
	url(http://nny.com/snowcraft/wp-content/assets/bg-bottom.jpg);
	background-position:top center, bottom center;
	background-attachment: scroll;
	background-color: transparent, white;
	background-repeat: no-repeat;
	
}

.postcol4{
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
}

.postcol4 ol li {
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	}