@font-face {
    font-family: 'sys';
    src: url('../font/sys.eot');
    src: url('../font/sys.eot?#iefix') format('embedded-opentype'),
         url('../font/sys.woff') format('woff'),
         url('../font/sys.ttf') format('truetype'),
         url('../font/sys.svg#sys') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tit';
    src: url('../font/tit.eot');
    src: url('../font/tit.eot?#iefix') format('embedded-opentype'),
         url('../font/tit.woff') format('woff'),
         url('../font/tit.ttf') format('truetype'),
         url('../font/tit.svg#tit') format('svg');
    font-weight: normal;
    font-style: normal;
}

#title { font-size:48pt; font-family:"Default"}
#noScript { font-size:65pt; position:fixed;width:100%;height:100%;padding:100px;z-index:101;background-color:#FFFFFF}
#noScriptInner { font-size:14pt;font-weight:bold;color:#BB0000}
.largeText { font-size: 36pt; }
.hugeText { font-size : 72pt; }

#menuTable {
    margin-left:auto;margin-right:auto;padding:20px;
}
#menuTable td {
    padding:24px;
}

#hint {
    position:fixed;
    height:40px;
    z-index:0;
    font-size:36pt;
    width:40%;
    left:20px;
    top:20px;
    display:none;
    font-family:"tit";
}

#linkHref {
    font-size:8pt;
    font-weight:bold;
    color:#550000;
}
#linkName {
    font-size:16pt;
    font-weight:bold;
    color:#550000;
}

#linkArea {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    text-align:center;
    left:0px;
    top:0px;
    position:fixed;
    opacity:0.95;
    background-color:#FFFFFF;
    z-index:90;
}

.lnk {
    font-weight:bold;
    cursor:pointer;
    display:inline;
}

#header {
    font-family:"sys";
    font-size:60pt;
    text-align:right;
    width:100%;
}

#menu {
    margin-left:auto;
    margin-right:auto;
}

#showMixes {
    font-family:"tit";
    font-size:24pt; 
    color:#DD0000;
    cursor:pointer;
}

#mixes {
    display:none;
}

#backToMenu {
    font-family:"tit";
    font-size:48pt;
    display:none;
    top:10px;
    color:#DD0000;
    left:30px;
    position:fixed;
    z-index:80;
    cursor:pointer;
}

hr {
    color:#000;
    background-color:#000;
    border:none;
}

.aSquare {
    top:0px;
    left:0px;
    z-index:0;
    position:fixed;
    width:10px;
    height:100px;
    border-radius:10px;
    -moz-border-radius:10px;
    background-color:#DDDDDD;
}

#discographyIcon {
    width:150px;
    height:150px;
    background-color:#000;
    cursor:pointer;
    text-align:center;
    font-family:"sys";
    font-size:36pt;
    color:#FFF;
    border-top-left-radius:50px;
    -moz-border-radius-topleft: 50px;
}

#linkIcon {
    width:150px;
    height:150px;
    background-color:#000;
    cursor:pointer;
    text-align:center;
    font-family:"sys";
    font-size:36pt;
    color:#FFF;  
    border-bottom-right-radius:50px;
    -moz-border-radius-bottomright: 50px;
}


#messIcon {
    width:150px;
    height:150px;
    background-color:#000;
    cursor:pointer;
    text-align:center;
    font-family:"sys";
    font-size:36pt;
    color:#FFF;
    border-bottom-left-radius:50px;
    -moz-border-radius-bottomleft: 50px;
}


#otherIcon {
    width:150px;
    height:150px;
    background-color:#000;
    cursor:pointer;
    text-align:center;
    font-family:"sys";
    font-size:36pt;
    color:#FFF;    
}

#softwareIcon {
    width:150px;
    height:150px;
    background-color:#000;
    cursor:pointer;
    text-align:center;
    font-family:"sys";
    font-size:36pt;
    color:#FFF;    
}

.bigText {
    font-size:16pt;
    padding:30px;
    font-weight:bold;
    background-color:#DDDDDD;
    border-radius:30pt;
    -moz-border-radius:30pt;
}

h3 {
    font-family:"tit";
    font-size:24pt;
    font-weight:normal;
}

#dynArea {
    width:100%;
    height:90%;
    position:fixed;
    z-index:50;
    top:150px;
    left:0px;
    background-color:#FFFFFF;
    display:none;
    overflow-x:scroll;
}
#personIcon {
    width:150px;
    height:150px;
    background-color:#000;
    cursor:pointer;
    text-align:center;
    font-family:"sys";
    font-size:36pt;
    color:#FFF;
    border-top-right-radius:50px;
    -moz-border-radius-topright: 50px;
}

#xRed {
    background-color:red;
    height:10px;
    width:10px;
    bottom:0px;
    left:400px;
    position:fixed;
    z-index:30;
}

#yRed {
    background-color:red;
    height:10px;
    width:10px;
    top:400px;
    left:0px;
    position:fixed;
    z-index:30;
}

#subtitle {
    font-family:"tit";
    font-size:14pt;
    text-align:right;
    width:100%;
}

body {
    font-family : arial,helvetica,sans-serif;
    font-size:10pt;
}

#bloop {
    position:fixed;
    left:0px;
    bottom:0px;
    width:200px;
    height:20px;
    font-size:8pt;
    font-weight:bold;
}

#releaseTable {
    font-size:10pt;
}

a {
    font-weight:bold;
    color:black;
    text-decoration:none;
}