﻿@font-face {
    font-family: myFirstFont;
    src: url('Sansation_Light.ttf'), url('Sansation_Light.eot');
}

html, body {
    overflow: hidden;
    color: #d4e4ff;
    background-color: #303344;
    font-family: myFirstFont, arial, helvetica, serif;
}

a {
    color: orange;
    text-decoration: none;
}

img {
    border: none;
}

#content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#container {
    width: 100%;
    height: 100%;
    display: table;
}

#cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#block {
    min-width: 800px;
    padding: 24px;
    border-radius: 28px;
    background-color: #272b38;
    display: inline-block;
    border: solid 2px black;
}

#logo {
    width: 230px;
    text-align: right;
    position: absolute;
    bottom: 8px;
    right: 0;
    padding: 8px 8px 8px 8px;
}

#compat {
    width: 64px;
    position: absolute;
    text-align: left;
    position: absolute;
    bottom: 8px;
    left: 0;
    padding: 8px 8px 8px 8px;
}

#nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 8px 8px 8px;
    background-color: #272b38;
    border-bottom: solid 2px black;
}

#nav span:first-child {
    float: left;
}

#nav span:last-child {
    float: right;
}