﻿/*
(c)2008, Michael W. Gries
creation date: 2008-01-30
last modified: 2008-03-08
*/

.styleT
{
    width: 640px;
    height: 40px;
}


body
{
    position: relative;
    top: auto;
    display: block;
    text-align: center;
}

#LogoField
{
    background-position: center;
    background-image: url('http://www.gries.name/Gries/Gries_Homepage.jpg');
    background-repeat: no-repeat;
    position: relative;
    display: block;
    text-align: center;
}

#Logo
{
    border-style: none;
}

#Copyright
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #808080;
    text-align: center;
    position: relative;
}
#Index
{
    padding: 10px;
}

#inpT
{
    visibility: hidden;
}

#btnG
{
    visibility: hidden;
}