﻿/*========== common ===========*/

*
{
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html, body
{
    height: 100%;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    background-color: #111111;
    color: #999999;
}

.container
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 249px;
    height: 360px;
    margin-top: -180px;
    margin-left: -125px;
}

p
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 0.916em;
}

a
{
    color: #555555;
    outline: none;
    text-decoration: none;
}

a:hover
{
    color: #ffffff;
}

img.logo
{
    width: 249px;
    height: 360px;
}

