#container{
    width:1200px;
    height:650px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
}
#box{
    position:absolute;
    background-color:darkgrey;
    border: 5px solid darkblue;
    width: 1230px;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    height: 630px;
}
#content{
    position:fixed;
    width:500px;
    height:520px;
    left:20px;
    top:50px;
    border: 1px solid darkblue;
    background-image:url(images/backgroundabout2.jpg);
    background-size:100% 100;
    overflow:auto;
}
#small1{
    position:absolute;
    width:200px;
    height: 200px;
    background-color: rgba(91,52,218,0.2);
    border: 1px solid darkblue;
    left:10px;
    top:10px;
}
#small2{
    position:absolute;
    width:200px;
    height: 130px;
    background-color: rgba(91,52,218,0.2);
    border: 1px solid darkblue;
    left:250px;
    top:40px;
}
#small3{
    position:absolute;
    width:200px;
    height: 150px;
    background-color: rgba(91,52,218,0.2);
    border: 1px solid darkblue;
    left:250px;
    top:200px;
}
::-webkit-scrollbar {
  width:0px;
}
#jetset{
    z-index:1;
    position:absolute;
    bottom:-40px;
    left:-80px;
}
#mediaplayer{
    position:absolute;
    bottom:-170px;
    left:60px;
}
iframe{
    position:absolute;
    bottom:-120px;
    left:65px;
}
#footer{
   text-align: center;
   font-family: "MS Gothic";
   font-size: 14.5px;
   font-weight: bold;
   color:white;
}
html{
    cursor: url("https://cur.cursors-4u.net/symbols/sym-1/sym15.cur"),default;
    font-family:"MS Gothic";
}
