* {
    border: 0;
    cursor: none;
    margin: 0;
    padding: 0;
}
body {
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    color: #e02;
    font-size: 24px;
    text-shadow: 1px 2px 1px #000;
}
#container {
    position: absolute;
    height: 100%;
    width: 100%;
}
#slope {
    background: linear-gradient(to top, rgba(0,0,255,0.75) 0%,rgba(127,0,0,0) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
}
div { 
    width: 1%;
    height: 2%;
    float: left;
}
.o {
    background-color:none;
}
.o:hover {
    background-color:gold;
}
.on { 
    background-color: rgba(75%, 75%, 100%, 0.8);
    background-color: rgba(125,125,255,0.5);
    background-color: rgba(155,155,255,0.7);
    background-color: rgba(255,255,255,0.7);
}
.on:hover {
    background-color: rgba(0, 0, 0, 0);
}
.on2 { 
    background-color: rgba(64,64,128,0.3);
    background-color: rgba(255,215,0,0.4);
    background-color: rgba(255,255,0,0.5);
}
.on2:hover {
    background-color: white;
}
.on3 { 
    background-color: tomato;
}
.on3:hover {
    background-color: white;
}
.on4, .on5 { 
    background-color: rgba(0%, 0%, 100%, 1);
    background-color: rgba(125,125,255,0.5);
}
a {
    background-color:none;
    height: 100%;
    display: block;
}
a.inline {
    background-color:none;
    text-decoration: none;
    font-weight: bold;
    color: #e02;
    padding: 15px;
    border-radius: 5px;
}
a:hover {
    height: 100%;
    display: block;
    background-color: magenta;
}
a.inline:hover {
    height: 100%;
    background-color: rgba(125,125,255,0.5);
    color: blueviolet;
}
#info {
    position: absolute;
    top: 78%;
    left: 9%;
    width: 45%;
    height: 13%;
    display: block;
}
#expo {
    position: absolute;
    top: 78%;
    right: 11%;
    width: 35%;
    height: 13%;
    display: block;
}
#ticker {
    width: 100%;
    position: absolute;
    left: 0;
}
#explainer {
    position: absolute;
    top: 15%;
    width: 50%;
    margin: 0 25%;
    border: solid 1px #e02; 
    width: auto;
    height: auto;
    float: none;
    padding: 50px;
    z-index: 0;
    background: rgba(0,0,0,0.3);
}
ul.sitelist {
    position: absolute;
    top: 45%;
    left: 35%;
    z-index: 1;
}