.sol {
	background-image: url(res/other/sol1.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
.sag {
	background-image: url(res/other/sag1.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.ana {
	overflow: scroll;
	background-attachment: fixed;
	background-image: url(res/other/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;



}
