@import url(resources/reset.css);

html, body {
    margin: 0px; 
    padding: 0px;
    font-family: tahoma, serif;
    font-size: 13px;
    line-height: 18px;
    height: 100%;
    background: #01113f;
}

#wrapper {
    width: 1023px;
    height: 100%;
    margin: 0 auto;
    background: url('/images/bg.png') top center no-repeat;
}
#logo {
    width: 100%;
    height: 432px;
}
#logo img {
    margin: 85px 0 0 300px;
}
#cities {
    padding-left: 201px;
}
#cities a {
    display: block;
    width: 166px;
    height: 27px;
    margin-bottom: 3px;
}
#cities div {
    float: left;
    margin-right: 54px;
}
#perf_show {
    clear: both;
    padding-top: 30px;
    width: 100%;
}
#perf_show a {
    display: block;
    margin: 0 auto;
}
a#mihaylov {
    width: 601px;
    height: 88px;
    background: url('/images/perf_show/mihaylov.png') no-repeat;
    border: 1px solid #1348aa;
}
a#vlady {
    width: 601px;
    height: 88px;
    background: url('/images/perf_show/vlady.jpg') no-repeat;
    /*border: 1px solid #1348aa;*/
}
#footer {
    clear: both;
    background: #01113f;
    color: #2e77b2;
    font-family: tahoma, serif;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
}


#barnaul {
    background: url('/images/cities.png') 0 0 no-repeat;
}
#barnaul:hover {
    background: url('/images/cities.png') -166px 0 no-repeat;
}
#chel {
    background: url('/images/cities.png') 0 -27px no-repeat;
}
#chel:hover {
    background: url('/images/cities.png') -166px -27px no-repeat;
}
#ekb {
    background: url('/images/cities.png') 0 -54px no-repeat;
}
#ekb:hover {
    background: url('/images/cities.png') -166px -54px no-repeat;
}
#kazan {
    background: url('/images/cities.png') 0 -81px no-repeat;
}
#kazan:hover {
    background: url('/images/cities.png') -166px -81px no-repeat;
}
#kemerovo {
    background: url('/images/cities.png') 0 -108px no-repeat;
}
#kemerovo:hover {
    background: url('/images/cities.png') -166px -108px no-repeat;
}
#kirov {
    background: url('/images/cities.png') 0 -135px no-repeat;
}
#kirov:hover {
    background: url('/images/cities.png') -166px -135px no-repeat;
}
#kras {
    background: url('/images/cities.png') 0 -162px no-repeat;
}
#kras:hover {
    background: url('/images/cities.png') -166px -162px no-repeat;
}
#kurgan {
    background: url('/images/cities.png') 0 -189px no-repeat;
}
#kurgan:hover {
    background: url('/images/cities.png') -166px -189px no-repeat;
}
#msk {
    background: url('/images/cities.png') 0 -216px no-repeat;
}
#msk:hover {
    background: url('/images/cities.png') -166px -216px no-repeat;
}
#nsk {
    background: url('/images/cities.png') 0 -243px no-repeat;
}
#nsk:hover {
    background: url('/images/cities.png') -166px -243px no-repeat;
}
#perm {
    background: url('/images/cities.png') 0 -270px no-repeat;
}
#perm:hover {
    background: url('/images/cities.png') -166px -270px no-repeat;
}
#rzn {
    background: url('/images/cities.png') 0 -297px no-repeat;
}
#rzn:hover {
    background: url('/images/cities.png') -166px -297px no-repeat;
}
#tomsk {
    background: url('/images/cities.png') 0 -324px no-repeat;
}
#tomsk:hover {
    background: url('/images/cities.png') -166px -324px no-repeat;
}
#irk {
    background: url('/images/cities.png') 0 -351px no-repeat;
}
#irk:hover {
    background: url('/images/cities.png') -166px -351px no-repeat;
}
#kursk {
    background: url('/images/cities.png') 0 -378px no-repeat;
}
#kursk:hover {
    background: url('/images/cities.png') -166px -378px no-repeat;
}


#vladimir {
    background: url('/images/cities.png') 0 -486px no-repeat;
}
#vladimir:hover {
    background: url('/images/cities.png') -166px -486px no-repeat;
}


