﻿html {
    background: url(../Content/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 10%;
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
}

a.t {
    color: #111111;
    font-size: 22px;
    text-decoration: none;
}

a.d {
    color: #111111;
    text-decoration: none;
}
