/* Custom Styles */


#enjoysite {
    background-image: url("http://www.codylthomas.com/images/enjoysitebw.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 150px;
    
}

#enjoysite:hover, #enjoysite:active {
    background-image: url("http://www.codylthomas.com/images/enjoysitecolor.png");
    background-repeat: no-repeat;
}