body
{
    /* Mozilla */
    -moz-user-select: none;
    /* Opera */
    -o-user-select:none;
    /* Safari */
    -khtml-user-select: none;    
}
