﻿body {
}
#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;


}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

#manucontainer {
    margin:10px 0px 0px 0px;
    height:50px;
}



#Page {
    /*padding:0px 0px 0px 0px;*/
    width: 1000px;
    height: 1200px;
    position: relative;
    margin: 30px 0px 50px 200px;
    
    border-radius: 20px 20px 20px 25px;
    box-shadow: 5px 5px 15px 15px rgb(6, 4, 38);
}
#Banner {
    width: 1000px;
    
    
    height: 120px;
    border-radius: 20px 20px 20px 20px;
    /*background-color: forestgreen;*/
}