html{
        cursor: url('cursor.gif'),auto !important;
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: gray;
}
::-webkit-scrollbar-thumb {
  background: #FFB600;
}
::-webkit-scrollbar-thumb:hover {
  background: #EB9B00;
} 


body {
  background-image: url('bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
    text-align: center;

}

#contain
{
    width:1900;   
    margin:auto;
}


#headcontainer
{    
    padding-top: 5;
    margin:auto;
    padding-left: 50;
 
}

#headsubcontainer
{    
    float:right;
    width: 740;
    padding-right: 100;
 
}

a:hover {
  background-color: #FFB600;
}

iframe
{    
    width: 1250;
    height:730;
    background-color: black;
    margin-top: 10;
    margin-left: 100;
    filter: drop-shadow(12px 12px 0px black);
    border: 3px solid gray;
    float:left;
}

#maintopcontainer
{    
    width: 1250;
    margin-top: 15;
    margin-left: 100;
    float:left;
}

#bottomcontainer
{    
    margin-top: 740;
    margin-left: 70;
    float:left;
    position:absolute;
}

#mecontainer
{    
    float:right;
    margin-top: 495;
    margin-left: 1478;
    position:absolute;
}


#mehandcontainer
{    
    float:right;
    margin-top: 610;
    margin-left: 1565;
    position:absolute;
}

#statuscontainer
{    
    width:115;
    float:right;
    margin-top: 540;
    margin-left: 1380;
    position:absolute;
    
}

#sidecontainer{
    
    width: 350;
    margin-right: 160;
    float:right;
    margin-top: 10;
}

#nav
{
    background-color: white;
    filter: drop-shadow(12px 12px 0px black);
    border: 2px solid gray;
    margin-bottom: 20;
}

#me
{
    height:190;
    background-color: #FFB600;
    filter: drop-shadow(12px 12px 0px white);
    border: 2px solid gray;
    
}

p {
    font-size:16;
    font-weight: 600;
    position:absolute;
    margin-top:14;
    text-align:center;
    background-color:;
    
}