.bgfixo {
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: 100%;
}
.bgfixo2 {
	background-attachment: fixed;
	background-image: url(../images/bgfoto.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
