@charset "UTF-8";

/* background */
.bg-37     {background-image: url('../img/bg/37.png');}
.bg-38     {background-image: url('../img/bg/38.png');}

/* background by season */
.main-bg         {
	/*background-image: url('../img/bg/37.png');*/
	background-image: url('../img/bg-winter.jpg');
	background-repeat: no-repeat;
	background-position: center;
};

#login-form input#id {ime-mode: inactive;}