@charset "utf-8";
/* CSS Document */

*
{
     margin:0;padding:0;  
}

html,body
{
     height:100%;   
}

body 
{
     display: table;
     margin: 0 auto;
     background-color:#000000;
}

.LogoContainer
{
     height: 100%;
     display: table-cell; 
     vertical-align: middle;    
     text-align:center;
}

.LogoContainer a 
{
     outline: 0;
     text-decoration: none;
}

a.logo 
{
     display: block;
}
