/*
NAME:        PALLADIUM BOOTS
AUTHOR:      Ashe Avenue Developement
AUTHOR URI:  http://www.asheavenue.com
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONTS */
* {
    font-family: Arial, Helvetica, sans-serif;
}
body {
    background: #fff;
}
#header,
#footer {
    display: none;
}
.biggridhead {
    background: none;
}
.biggridhead h1 {
    margin: 0;
    color: #000;
    text-align: center;
}