html {
    height:100%;
    overflow:hidden;
}
body {
    --tile-scale: 8;
	--tile-offset: .4px * var(--tile-scale);
	--tile-size: 186px;
    font: 20px/21px Helvetica, Arial, sans-serif;
    color: #6c6c6c;
    background: #333;
	margin: 0px;
	overflow: hidden;
    height:100%;
}
a {
    color: #e74b34;
    text-decoration: none;
}
a:hover {
    color: #132c3b;
    text-decoration:none;
}
section {
    height:100%;
    max-width:100%;
    width:100%;
    text-align: center;
}
.top {
    background: #111;
    position:absolute;
    right:0;
    left: 100%;
    top:-100%;
}
.bottom {
    background: #111;
    position:absolute;
    right:0;
    left: 100%;
    bottom:-100%;
    background: #ccc;
}
.middle {
    background: #fdaf17;
    position: absolute;
    left: 100%;
    top:0;
}
.right {
    background: #111;
    position:absolute;
    left:200%;
    top:0;
}
#logobox{
    position: absolute;
    bottom: 160px;
    right:120px;
    height: 200px;
    /*float: right;*/
    text-align: center;
}


#allogo{
    position: relative;
    width:340px;
    height:261px;
    margin: 0 auto;
    background-image: url(../img/logoal.png);
    background-size: cover;
    background-repeat: no-repeat;
    
}

#logobox h3{
    margin:0;
    font-family: "Times new roman", serif;
    font-size: 1.6em;
    font-style: italic;
    text-align: center;
}