*
{
    font-family: helvetica, arial, verdana;
    margin: 0px; 
    border: none;
    
}

html
{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body
{
    background-color: #ececec;
}

#background
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    background-color: #ececec;
    z-index: -10;
}

.bottom_space
{
    position: relative;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    border: none;
    background: none;
    width: 100%;
    color: white;
    line-height: 2.5;
}

.notbl, .notable
{
    border: none;
    border-spacing: none;
    border-collapse: collapse;
    outline:none;
}