body {
background: linear-gradient(
    135deg,
    #d9d9d9 0%,   /* light silver */
    #bfbfbf 25%,  /* mid grey */
    #999999 50%,  /* darker grey */
    #bfbfbf 75%,  /* back to mid */
    #e6e6e6 100%  /* shiny highlight */
  );
background-attachment: fixed;
position: relative;
overflow-x: hidden;
height: 700px;
}

.mainbar {
position: fixed; z-index: 2;
width: 100%;
height: 44px; 
top: 0px;
left: 0px;
background-color: #1d1d1d; 
}

input[type="search"] {
border: 1px;
height: 35px;
width: 668px;
border-radius: 20px;
position: absolute;
top: 5px;
left: 50%;
transform: translate(-50%, -1%); 
background-color: white;
font-family: Arial;
color: black;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;

    height: 18px;
    width:  18px;
    background-image: url("close.png");
}


.sidebar{
position: absolute; z-index: 1;
background-color: black;
width: 120px;
height: 750px;
top: 35px;
left: -8px;
}
#My_Account {
position: relative;
width: 25px;
height: 25px;
left: 30px;    
top: 10px;
}

#signup {
position: relative;
width: 25px;
height: 25px;
left: 29px;    
top: 30px;
}

#aboutus {
position: relative;
width: 25px;
height: 25px;
top: 50px;
left: 30px;    
}

#balence {
position: relative;
width: 25px;
height: 25px;
top: 45px;
left: 29px;    
}

#settings {
position: relative;
width: 25px;
height: 25px;
top: -60px;
left: 30px;    
}

#Home {
position: relative;
width: 25px;
height: 25px;
top: 175px;
left: 30px;    
}


#DTSTV {
position: fixed;
width: 120px;
left: 0px;
top: 0px;
background-color: transparent;
}

#DTSTV:hover {
background: white;
}


.sbarea {
position: relative;
top: 20px;
}

.WDD {
position: absolute;
left: 95%;
top: 3px;   
transform: translateX(-90%)
}

h5 {
font-family: arial;
color: white;
}

#MA {
text-decoration: none;
position: relative;
left: -10px;
top: -10px;   
}

#SL {
position: relative;
left: -19px;    
}

#AU {
position: relative;
left: -5px;  
}

#B {
position: relative;  
}

#S {
position: relative;
left: -1px;
}

#H {
position: relative;
left: 7px;

}