html{ 
 background: url('../Main/main_back.jpg') fixed;
 background-size: cover;
 overflow: hidden;
}
body{
 padding: 200px;
}
.titlul{
 position: fixed;
 top: 2%;
 left: 8%;
 width: 30%;
}
.frameul{
 position: fixed;
 width: 40%;
 height: 60%;
 bottom: 2%;
 left: 2%;
 border:3px double #00FF00;
 border-radius:25px;
}
.frameul2{
 position: fixed;
 width: 40%;
 height: 56%;
 bottom: 2%;
 right: 2%;
 border:3px double #00FF00;
 border-radius:25px;
} 
.frameul3{
 position: fixed;
 width: 300px;
 height: 260px;
 top: 2%;
 right: 2%;
 border:3px double #00FF00;
 border-radius:25px;
} 
.frameul4{
 position: fixed;
 width: 220px;
 height: 130px;
 top: 16%;
 left: 2%;
 border:3px double #00FF00;
 border-radius:25px;
}
.frameul5{
 position: fixed;
 top: 46%;
 left: 43%;
 width: 13%;
 height: 20%;
 border:3px double #00FF00;
 border-radius:25px;
}
.frameul6{
 position: fixed;
 width: 13%;
 top: 82%;
 left: 43%;
 border:3px double #00FF00;
 border-radius:25px;
} 
.frameulx{
 position: fixed;
 width: 13%;
 align: center;
 bottom: 24%;
 left: 43%;
}
.mx{
 position: fixed;
 top: 10px;
 left: 10px;
 overflow: hidden;
 height: 70px;
 width: 50px;
 cursor: pointer;
}
.dv{
overflow: auto;
}
.dv2{
overflow: auto;
}