/*CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    height: 100%;
}

html {
    font-size: 1em;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd, blockquote {
    margin-left: 20px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
    margin: 10px 0;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}
/*Initial settings*/
body {
    font-family: Arial;
    font-size: 15px;
}

h1 {
    font-size: 20px;
}
/* Резиновая верстка с фиксированной минимальной шириной
 * Для корректной работы - смотри файл common.ie.css
#container-page {
    width: 100%;
    min-width: 1000px;
}
 */

/* Верстка с фиксированной шириной главного контейнера.
 * Контейнер располагается по середине.
#container-page {
    width: 1000px;
    margin: 0 auto;
}
 */

#container-header {
}

#container-content {
}

#container-footer {
}
