a img {
border:0;
}

body{
    background-color: #378CE6;
}
#main_background {
    height:2005px;
    width:2005px;
    background: url(/i/bg.jpg) top left no-repeat;
    position:fixed;
    top:50%;
    left:50%;
    margin: -1002px 0 0 -1002px;
}
#main_block {
    height: 648px;
    width: 968px;
    background: url(/i/block_bg.png) top left no-repeat;
    position:fixed;
    top:50%;
    left:50%;
    margin: -324px 0 0 -484px;
}
#logo {
    position:absolute;
    left: 30px;
    top: 35px;
}

#phone {
    position:absolute;
    right: 40px;
    top: 45px;
}
#town {
    position:absolute;
    left: 315px;
    top: 40px;
}

#buttons {
    width: 944px;
    position:absolute;
    left: 12px;
    top: 498px;
}
#flash {
    position:absolute;
    left: 0px;
    top: 120px;
}
#copyright {
    position:absolute;
    left: 20px;
    bottom: 27px;
    font-size: 12px;
    color: #808080;
}

#developer {
    position:absolute;
    right: 157px;
    bottom: 27px;
}

#developer a{
    font-size: 12px;
    color: #808080;
    text-decoration: none;
}

#neor_logo {
    position:absolute;
    right: 114px;
    bottom: 25px;
}
#b1{
    background: url(/i/b1.png);
}
#b2{
    background: url(/i/b2.png);
}
#b3{
    background: url(/i/b3.png);
}
#b1,#b2,#b3 {
    width: 311px;
    height: 75px;
    background-position: 0px 75px;
    display:inline-block;
    cursor: pointer;
}
.town{
    border-bottom: 2px dotted #888;
    font-family: Arial;
    font-size: 28px;
    font-style: italic;
    color: #888;
    cursor: pointer;
}

#towns_list{
    position:absolute;
    top:10px;
    left:0px;
    font-family: Arial;
    font-size: 28px;
    font-style: italic;
    color: #888;
    display:none;
    z-index:1000;
    
}
#towns_list_popup{
    margin-left: -178px;
    margin-top: -146px;
    padding: 30px 0 0 0;
    position:fixed;
    top:50%;
    left:50%;
    width: 356px;
    height:292px;
    font-family: Arial;
    font-size: 28px;
    font-style: italic;
    color: #888;
    z-index:1000;
    background: url(/i/popup_bg.png) left top no-repeat;
    text-align: center;
}
#popup_shadow{
    position:fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index:900;
    background:url(/i/shadow.png);
}
