﻿*
{
    color: #060;
    font-family: Sans-Serif;
    font-size: 12px;
}
body
{
    background-color: #090;
    margin: 0;
}
#Info
{
    background-color: #060;
    color: #fff;
    font-family: Sans-Serif;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    padding: 48px;
    padding-bottom: 120px;
    left: 0;
    top: 0;
    width: 100%;
}
#Graphic
{
    border: none;
    position: absolute;
    left: 120px;
    top: 120px;
}
