.rightToLeft {
	text-align:right;
}

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