html { 
    background-color: #151335;
    /*background:  url(/images/backgroundContent.png) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
    .midObject {
        width: 50%;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
    .midObject {
        width: 100%;
    }
}

html {
    font-family: calibri;
}

.body {
    text-align: center;
}

.center {
    
}

.leftObject {
    float: left;
    width: 25%;
}

.midObject {
    float: left;
    height: 100%;
    /*background: url(/images/background.png) no-repeat center center fixed;*/
}

.rightObject {
    float: right;
    width: 25%;
}

.link, .link2 {
    color: white;
    margin: 0 0.5em 0 0;
}

.link:hover{
    color: black;
}

.link2:hover{
    color: white;
    background: #555555;
    font-weight: bold;
    padding: 0.5em;
}

.tableCenter {
    text-align: center;
}

.tableRight {
    text-align: right;
}

footer {
    position: fixed;
    left: 1em;
    bottom: 1em;
    text-align: left;
    color: white;
    font-size: 18px;
    font-family: calibri;
}

p {
    color: white;
    font-size: 22px;
}

td {
    color: white;
}