﻿html {
    height:100%;
    background-position: initial;
    background-image:linear-gradient(rgb(0, 0, 0) 0%, rgb(46, 46, 46) 300px, rgb(0, 0, 0) 1000px, rgb(0, 0, 0) 100%);
    background-size:initial;
    background-attachment:initial;
    background-origin:initial;
    background-clip:initial;
    background-color:#000000;
    background-color:#000000;
    background-repeat:no-repeat;
}

body{
    background-color:transparent!important;
}

#linkhome{
    color:#333; 
    font-size:11px;
    display:inline-block; 
    line-height:24px;
    
}

#linkhome:hover{
    color: #00adef;
    text-decoration:none;
    
}
