body {
    background-image: url("stars-publ.png");
    background-repeat: repeat;
		  
}

.frame {
    display: block;
    position: absolute;
    margin-left: 35%;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: auto; 
    width: 50%;
}

.left {
    display: inline-block;
    top: 40%;
    position: fixed;
    left: 23%;
}
.foto {
    position: absolute;
    margin-left: 42%;
    margin-right: auto;
    margin-top: 110px;
    margin-bottom: auto; 
}  

.right {
    position: fixed;
    display: inline-block;
    top: 40%;
    left: 87%;
}
