body{
    margin: 0px;
    padding: 0px;
    background-image: url('img/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.top_header{
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
}

.main{
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 100px;
}

.cover{
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.6);
}

.mid1{
    background-color: rgba(255,255,255,0.8);
    padding: 15px 0px;
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.mid2{
    padding: 15px 0px;
}

.boxss{
    border: 1px solid #800000;
    color: #000000;
    padding: 15px;
}
.boxss p{
    font-size: 18px;
}

.footer{
    height: 90px;
    padding: 25px 0px;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #000000;
}

.mgs_div{
    position: absolute;
    top: 270px;
    right: 65px;
    width: 260px;
    height: 260px;
}
