﻿/* LAYOUT */
body
{
    font-family: Verdana, Arial;
    font-size: 2em;
    color: #2c2c2c;
    background-color: Black;
}
#pageWrapper
{
    min-height:500px;
    width:800px;
    text-align: left;   
    margin: 0 auto;   
   
}
#pageCenterWrapper
{
padding-top:50px;
min-height:500px;
background: black url(../images/swirl.jpg) no-repeat top left;
text-align:right;
}
#pageCenterContent
{
margin-top:100px;
}


/* TEXT FORMAT */
.pageCenterHeader
{
    font-family: Arial;
    font-size: 1.5em;
    color: #2c2c2c;
    font-weight:bold;
}
.pageNormalText
{
    font-family: Arial;
    font-size: 0.5em;
    color: #2c2c2c;
    font-weight:bold;
}