﻿body 
{
    
    color: White;
    font-family: 18thCentury;
    background: Black url(Images/Back1.png) repeat-y top center;
}
#container
{
    width: 900px;
    margin: 0 auto;
    background-color: Black;
    height: 800px;
    text-align: center;
}
#bodytext p 
{
    font-size: 28px;
    padding: 10px;
}
#header 
{
    margin: 0 auto;
    width: 900px;
    border-bottom: solid 4px Red;
}
h1, h2, h3, h4
{
   text-align: center;
}
h1
{
    font-size: 4em;
}
h3 
{
    font-size: 2.5em;
}