body{
    background-image:url("./pic/backimage.png");
}


section.backimg{
/*background-image:url("pic/yazii.png");*/
background-repeat:no-repeat; 

width : 450px;
height : 150px;
   padding-top : 5px;
   padding-bottom : 50px;
   margin-left : 50px;
   margin-top : 25px;
}


 section.sec1{
background: rgba(255,255,255,0.0);
/*   width : 500px;
   height : 150px; */
   padding-top : 5px;
   padding-bottom : 70px;
   margin-left : 100px;
   margin-top : -240px;
 }


section.main{
background-color: #E0Ef00;
/* width : 750px; Too wide? */
}

.fl_l {
    float: left;
}
.clear:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visbility: hidden;
}

.noSP{
    border-darius: 5px;
    border-style: inset;
    border-color: #3b0c2f;
    border-width: 2px;
}

@media (max-width: 800px){
    .noSP{
        display: none;
    }
}
