﻿html, body {
    width: 100%; height: 100%;
    margin: 0; padding: 0;
}

body
{
    border:0;
    color:#fff;
    font:normal 16px 'Arial', sans-georgia;
    background-color:#000;
    }
    
::-moz-selection { background: #dc0101; color: #000; text-shadow: none; }
::selection { background: #dc0101; color: #000; text-shadow: none; }

a img{ border:none;}
a{ color:#dc0101; text-decoration:none;}
a:hover{ color:#dc0101; text-decoration:none;}

.container
{
    width:400px; height:330px; 
    position:absolute; 
    left:50%; top:50%;
    margin-left:-200px; margin-top:-165px;
    }
    
    .logo
    {
        height:95px;
        text-align:center;
        }
    p
    { 
        margin:20px 0 15px 0 ; padding:0; 
        text-align:center;
        }
