﻿* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}

body
{
	background-image: url("gfx/back.jpg");
    margin: 0;
    padding: 0;
}

h1, h2, h3, h3, h5
{
    color: black;
    font-family: 'Museo Slab', Arial, Tahoma, sans-serif;
    text-shadow: 0 0 1px gray;
    margin-left: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

h1
{
    font-size: 18px;
}

h2
{
    font-size: 12px;
}

h3
{
    font-size: 10px;
}

#layout
{
    text-align: center;
    width: 700px;
    margin: auto;
    background-color: #c0c0c0;
    margin-top: 0;
    padding: 10px;
    box-shadow: 0px 0px 15px black;
}

#G
{
    background-color: white;
    box-shadow: 0px 0px 15px gray;
}
