﻿@import url("header.css");
@import url("content.css");
@import url("footer.css");

body 
{
    font: 14px/25px Arial, Helvetica, sans-serif;
    color: #000000;
    min-width: 960px;
    background: #E5E5E5; /* #000000; */
    margin-bottom: 0%;
    background: url(../img/back.png) center 0 repeat;
}

h3
{
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: normal;
  font-family: 'Oxygen', sans-serif;
}

header li, a
{
    text-decoration: none;
    list-style: none;
}


.main
{
    width: 100%;
    background: url(../img/back.png) center 0 repeat;
    border-top: #000000 0px solid;
    height: 100%
    
}

header
{
    width: 960px;
    margin: 0 auto;
    z-index: 101;
}

#content
{
}

footer
{
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 10px 0 45px 0;
}