﻿* 
{
    margin: 0;
    padding: 0;
}

html, body 
{
    height: 100%;
}

body 
{
    background-image: url("images/bg.jpg")
}

#gradbg 
{
    margin: 0 auto;
    background-image: url("images/gradBg.png");
    background-repeat: repeat-y;
    background-position: center top;
    min-height: 100%;
    width: 960px;
}

#center 
{
    margin: 0 auto;
    padding: 100px 0;
    width: 600px;
    text-align: center;
}

#center h1, #center h3
{
    margin: 16px;
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    color: #ffffff;
}

#center h3 
{
    font-family: Verdana;
    margin: 80px;
    font-size: 16px;
    font-weight: normal;
}
