.bgfixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.bgvertical {
	background-repeat: repeat-y;
}

