.rightToLeft {
	text-align:left;
}

.bgz {
	width:100%;
	height:100%;
	position: absolute;
	background-repeat: repeat-x;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 0, -100px
}