/* 
    Created on : 25-Jan-2017, 11:38:59
    Author     : philhughes
*/
body {
    margin:0px;
    padding:0px;
    background-color:#111;
    font-size:12px;
    font-family: Arial;
    color:#fff;
}
div {
    position:relative;
}

#main {
    width:1200px;
    height:600px;
    padding:10px;
    margin:10px;
    background-color:#fff;
    color:#555;
}



#custom {
    float:left;
    width:200px;
    height:540px;
    margin:0px 10px 0px 0px;
    background-color:#ccc;
    border:solid 1px #444;
}



#matrix {
    float:left;
    width:770px;
    height:540px;
    margin:0px 0px 0px 0px;
    background-color:#33a;
    border:solid 1px #444;
}



#tabs {
    position:relative;
    float:left;
    width:1200px;
 //   height:30px;
    margin:10px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    background-color:#118;
    color:#555;
    border:solid 1px #444;    
}
#tabs a {
    text-decoration:none;
    padding:10px;
    background-color:#ffe;
    color:#333;
}
#tabs a:hover {
    color:#f00;
    background-color:#ddd;
}

.tabs-row {
 //   position:relative;
    float:right;
    width:750px;
//    float:left;
}
.credits {
    position:relative;
    float:right;
    width:200px;
    text-align:right;
    color:#fff;
    font-size:10px;
}

.splash {
    position:absolute;
    z-index:1000;
    left:-150px;
    font-family: Courier;
    width:360px;
    padding:20px;
    background-color:#fff;
    color:#000;
}

// end
