﻿* 
{
    padding:0;
    margin:0;
    outline:none;
    border:none;
}
ul
{
    list-style:none;
}
body, html
{
    height:100%;
    width:100%;
}
.container
{
    position:relative;
    height:100%;
    width:100%;
}
.logo
{
    position:relative;
    top:50%;
    margin:0 auto;
    width:548px;
    height:127px;
}
.logo img
{
    position:relative;
    top:-50%;
}