/* main.css
   Contains HTML base elements
*/

html*
{
    outline: none;
}

html
{
    overflow: -moz-scrollbars-vertical; /*min-height: 100%; margin-bottom: 1px;*/
}

body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #fff url("../images/backgrounds/default.jpg") 50% 0px no-repeat;
}
a, div, h1, h2, h3, h4, h5, h6, li, p, select, sup, table, textarea
{
    font-family: Arial, Verdana;
}


.cleaner
{
    width: 100%;
    height: 1px;
    overflow: hidden;
    clear: both;
    display: block;
}
