@import url(../warp/css/base.css);

/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
    font: normal 16px/24px Arial, Helvetica, sans-serif;
    color: #696969;
    background: #f8f8f8;
}
html, body {
}

* {
    margin: 0;
}
.outer-block {
    min-height: 100%;
    height: auto !important;
    height: 100%;
   /* margin-bottom: -476px;*/
    background: #f8f8f8;
}
.push {
    height: 300px;
}


a {
    color: #48b;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:focus {
    outline: none;
}
em {
    color: #cccccc;
}
a:hover,
code { color: #4fb1fb; }
ins, mark { background-color: #ffa; }
mark { color: #444; }
hr { border-top-color: #ddd; }
pre {
    border: 1px solid #ddd;
    background: #fafafa;
}
::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }