body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
background-image: url(../img/start/back_bottom_pix.jpg);
}

.start_all {
width: 100%;
height: 100%;
padding: 0;
}

.start_top {
width: 100%;
height: 100%;
background-image: url(../img/start/back_top_pix.jpg);
}

.start_middle{
width: 100%;
height: 676px;
background-image: url(../img/start/back_middle.jpg);
}

.start_center{
width: 540px;
height: 676px;
margin: 0 auto 0;
background-image: url(../img/start/main.jpg);
background-repeat: no-repeat;
}

#start_bottom {
width: 100%;
background-image: url(../img/start/back_bottom_pix.jpg);
}








#flags {
position: relative;
width : 540px;
height: 676px;
margin: 0 auto 0;
background-image: url(../img/start/main.jpg);
background-repeat: no-repeat;
}

#flag_pl {
position: absolute;
width : 70px;
height: 35px;
left: 129px;
top: 569px;
border: 0px dotted white;
}

#flag_pl:hover {
width : 79px;
height: 39px;
left: 124px;
top: 566px;
border: 0px dotted white;
background: url(../img/start/flag_pl_hover.jpg) top left no-repeat;
z-index: 20;
}



#flag_ru {
position: absolute;
width : 115px;
height: 37px;
left: 212px;
top: 573px;
border: 0px dotted white;
}

#flag_ru:hover {
width : 131px;
height: 41px;
left: 204px;
top: 571px;
border: 0px dotted white;
background: url(../img/start/flag_ru_hover.jpg) top left no-repeat;
z-index: 20;
}


#flag_en {
position: absolute;
width : 82px;
height: 30px;
left: 338px;
top: 573px;
border: 0px dotted white;
}

#flag_en:hover {
width : 94px;
height: 34px;
left: 332px;
top: 571px;
border: 0px dotted white;
background: url(../img/start/flag_en_hover.jpg) top left no-repeat;
z-index: 20;
}