
html, body {
    width: 100%;
    height: 100%;
}
            
body { 
    margin: 0px;
    padding: 0px;
    overflow-y: hidden; 
}
        
div {
    margin: 0px;
    padding: 0px;
}
        
        
.red {
    color: red;
}

/* --- ---- TOP BAR --- --- */
        
#topBar {
    top:0;
    left:0;
    z-index:0;
    height:5%; 
    width:100%; 
            
    display: table;
    position: absolute;
}
        
#intop {
    width: 100%;
            height: 100%; 
            
            font-size: 1.5em;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            
            padding-left: 60px;
            display: table-cell;
            vertical-align: middle;
}
        
/* --- ---- CURTAIN --- --- */
	
#curtain {
    top:5%;
    left:0;
    z-index:0;
    width:100%; 
    height:95%; 
            
    overflow: hidden;
    position: absolute;
}
        
div.slice {
    height: 100%;
            
    float: left;
    overflow: hidden; 
    visibility: hidden;
}
        
img { 
    top: 0px;
    left: 0px;
    height: 100%; 
    position: relative; 
}
        
