body{
    background: url(../img/map_bg.png) repeat;
	display: block;
	min-width: 1280px;
}
div#shadow{
    width: 100%;
    background: url(../img/map_bg2.png) repeat-y;
    background-position: 50% 0;
}
#header{
    height: 356px;
    width: 1200px;
    margin: auto;
    padding: 0 0 0  65px;
    background: none;
}
#menu{
    position: relative;
    top: -20px;
}
div#map{
    display: block;
    width: 1204px;
    height: 871px;
    background: url(../img/map.png) no-repeat;
    margin: auto;
    position: relative;
    left: -180px;
}
a#kvartal{
    position: absolute;
    top: 265px;
    left: 838px;
}
div#kvartal_big{
    display: none;
    width: 461px;
    height: 1044px;
    background:  url(../img/map_view.png) no-repeat;
    position: absolute;
    left:550px;
    top:-150px;
}
div#btn_close{
    display: none;
    width: 37px;
    height: 37px;
    background:  url(../img/map_view_close.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 436px;
}
div#btn_close:hover{
    background-position: left bottom;
    cursor: pointer;
}
div#footer{
    display: block;
    width: 1044px;
    margin: auto;
}
div#footer img{
    margin:0 100px -20px 0px;
}
div#footer a{
    margin: 0 0 0 80px;
}