body {
    background-image: url('img/wallpapers/green.jpg');
    background-repeat: repeat;      
    background-position: center;    
    background-size: auto;          
    background-attachment: fixed;    
    margin: 0;
    padding-top: 80px; 
    padding-bottom: 80px; 
}
    
#joescameras-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("../img/butt/joescameras.gif");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto;
    z-index: 9999;
}

/* Make the whole header clickable */
#joescameras-header .header-link {
    display: block;
    width: 100%;
    height: 100%;
}

#joescameras-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("../img/butt/constructionfooter.gif");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto;
    z-index: 9999; 
}


#photoblog-header {
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; 
    background-image: url("../img/butt/photoblog.gif");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto;
    z-index: 9999;
}

#photoblog-header .header-link {
    display: block;
    width: 100%;
    height: 100%;
}
#photoblog-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("../img/butt/constructionfooter.gif");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto;
    z-index: 9999;    
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.main-heading {
        border: 1px solid white;
        color: white;
        background-color: black;
        padding: 5px;
        margin: 0 0 20px 10px;
    }
.main-text {
        display: inline-block;
        border: 1px solid white;
        color: white;
        background-color: black;
        padding: 5px;
        margin: 0 380px 20px 10px;
    }