﻿*
{
    margin: 0;
    padding: 0;
}

/*all elements and body*/
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object
{
    border: 0;
}

body
{
    padding: 0;
    text-align: center;
    margin: auto;
    width: 100%;
    background: #fff url("../images/header_bar.jpg") repeat-x;
}

#divContainer
{
    text-align: center;
    margin: auto;
    width: 1024px;
}

#divContent
{
    min-height: 550px
}

.clear
{
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 1px;
}