﻿body 
{
    background-color: #fff;
    text-align: center;
    margin: 100px;
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    color: #000;
}

#wrapper
{
    margin: 0 auto;
    width: 420px;
    border: dashed 1px #ccc;
    padding: 20px;
}

h1, h2
{
    font-family: Trebuchet MS, Trebushet, Arial;
    font-weight: normal;
}
h1
{
    font-size: 22px;
    line-height: 50px;
}
h2
{
    font-size: 18px;
    margin: 40px 0 20px 0;
}

#logo-bacill
{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

a
{
    color: #000;
    font-weight: bold;
}
img
{
    border: 0;
}