@charset "utf-8";
body {
	background-image:url(img_web/bgd.png);
	background-repeat: repeat;
	text-align: center;
	font-family: Calibri, Arial;
    font-size: 10px; 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 3;
	color: white;
}
#main_picture {
    background-repeat: no-repeat;
    background-position: center top;
	height: 125px;
	background-image: url('img_web/1.samotras_small_99_118.png');
}

@media screen and (min-height: 300px) {
    #main_picture {
        height: 200px;
		background-image: url('img_web/2.samotras_400_157_187.png');
    }
	body {
	    font-size: 12px; 	
	}
}

@media screen and (min-height: 450px) {
    #main_picture {
        height: 369px;
		background-image: url('img_web/3.samotras_800_307_369.png');
    }
	body {
	    font-size: 14px; 	
	}
}

@media screen and (min-height: 600px) {
    #main_picture {
        height: 462px;
		background-image: url('img_web/4.samotras_1000_385_462.png');
    }
	body {
	    font-size: 16px; 	
	}
}

@media screen and (min-height: 750px) {
    #main_picture {
        height: 632px;
		background-image: url('img_web/5.samotras_1366_527_632.png');
    }
	body {
	    font-size: 20px; 	
	}
}

@media screen and (min-height: 1000px) {
    #main_picture {
        height: 886px;
		background-image: url('img_web/6.samotras_1920_737_886.png');
    }
	body {
	    font-size:22px; 	
	}
}


