@charset "utf-8";
a:visited, a:link, a:active{ color: black; text-decoration: none;} 
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height:1080px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/zaslep-desktop.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    #main {
        width: 1100px;
        height: 1080px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1100px) and (min-width: 200px) {
    html, body {
		width: 100%;
		height: 735px;
		margin: 0px;
		padding: 0px;
	}

	body {
		background: url('../images/zaslep-mobi.jpg');
		background-repeat:no-repeat;
		background-position:center top;
        background-size: cover;
	}
    #main{
		width:320px;
		height:735px;
		margin:0 auto;

	}
}

