body {
   margin:           0;
   padding:          0; 
   background-color: black;
}


.house {
   margin:           0;
   padding:          0; 
   position:         relative;
   left:             50%;
   margin-left:      -500px; 
   width:            1000px; 
   height:           900px;
   background-image: url(images/fon_House.jpg)
}

.menu {
   width:    100%;
   height:   45px;
   position: relative;
   left:     0px;
   top:      0px;
}
/*
.menuLink {
   margin-left: 10px;
}
*/
.links {
   position: absolute;  
   cursor:   pointer;   
}

.rezhim {
   position: absolute;  
   left:     780px; 
   top:      620px;
   z-index:  5;
   cursor:   pointer;
   display:  none;
}

a {
   text-decoration: none;
}

img {
   border: 0;
}