/*@font-face {
    font-family: 'Century_Gothic_Bold';
    src: url('fonts/century_gothic_bold.eot');
    src: url('fonts/century_gothic_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/century_gothic_bold.woff') format('woff'),
         url('fonts/century_gothic_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ebefe4;
}

div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption
table, thead, tbody, tfoot, th, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a{
    text-decoration: none;
    color:#000;
}
