/*  iii. Static Background   */
#static {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -999;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(http://www.futurorossoblu.it/wp-content/uploads/2013/06/img_texture1.png);
    background-attachment: fixed;
}
