@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans');
@import url('//fonts.googleapis.com/css?family=Lato');
* { margin:0px; padding:0px; border:0; }
html, body { height: 100%; font-size: 1em; overflow: hidden; }
a { text-decoration:none; border:none; color:#fff; }
body {
    font-family:Lato-Regular, PT Sans, Calibri, Arial, sans-serif;
    font-size: 15px;
    margin:0;
    background: #000;
    color: #fff;
}
#mainbanner{
    background: #000;
    height: 400px;
}
.outer {
    display: table;
    position: absolute;
    height: 95%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
