@CHARSET "ISO-8859-1";

body
{
	background-image: url('images/bg_2022.jpg');
/* 	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	cursor:default;
	font-family:'Open Sans','sans-serif','arial';
	font-size:15px;
	font-weight:400;
	background-color: #5c8d8a; */

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}