/* 
    Created on : 07-Sep-2014, 16:58:05 PM
    Author     : Kezian
    Version    : 1.3
*/

#copyright {
    position: fixed;
    top: 255px;
    left: auto;
    right: 5px;
    width: 70px;
    height: 20px;
    padding: 6px;
    padding-top: 3px;
    border-radius: 10px;
    font-size: 0px;
    z-index: 11;
}

#copyright:hover {
    font-size: 15px;
    /*top: 85%;*/
    width: auto;
    height: auto;
}

#copyright:before {
    display:block;
    content: "Copyright";
    font-size: 15px;
    font-weight: bold;
    /*padding: 0px 0px;*/
    margin-bottom: 0px;
}

#copyright:after {
    content: "CSS made by U531355 (2012) and edited by Kezian (2013-2014).";
    display: block;
}
