body
{
    background: #131313 url('images/bg.png') repeat-x fixed bottom left;
    color: #e6e8ea;
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

#header 
{
    background: #131313 url('images/header.png') no-repeat center center;
    width: 100%;
    height: 50px;
    padding: 95px 0 0 0;
    margin: 0 auto;
    text-align: center;
}

#container
{
    background: url('images/c-top.png') no-repeat top center;
    width: 680px;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

#content
{
    background: url('images/c-bg.png') repeat-y center center;
    width: 630px;
    height: auto;
    padding: 0 25px;
    margin: 0 auto;
}

#footer
{
    background: url('images/c-bot.png') no-repeat bottom center;
    width: 655px;
    height: 40px;
    text-align: right;
    font-family: Monospace;
    padding: 10px 25px 0 0;
    margin: -20px auto;
}

h1 { font-family:tahoma; font-size:12pt; font-variant:small-caps; letter-spacing:2pt; font-weight:bold;  padding:0; margin:5px 0; }
h2 { font-family:tahoma; font-size:12pt; font-weight:bold; padding:0; margin:0; }

a { color:Orange; text-decoration:none; }
a:hover { color:#ee7c00; text-decoration:none; }
img { border:0; }