/* 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, button, 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; }
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: normal; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
img { -ms-interpolation-mode: bicubic; }


body, html {
    color:#333;
    font-family:arial, sans-serif;
    font-size:12px;
}

body {
    margin:0;
    padding:0;
    z-index: -100;
    overflow-x: hidden;
    
    background: url("../imgs/template/bg_patternkachel.jpg") 0px 0px repeat;
}

* html body {
    text-align:center;
    height: 100%;
    width: 100%;
}

a{
    color: #00a3cf;
    text-decoration: none;
}

div {
    padding:0;
    margin:0;
    text-align:left;
}

.clear {
    clear: both;
    height: 0px;
    width: 0px;
    margin: 0;
    padding: 0;
    line-height: 0px;
}

/* END CSS RESET */


#wrapper .clear{
    padding: 0!important;
    margin: 0!important;
}

