﻿.DivLink{
    position:relative;
    width:relative;
    height:relative;
    background-color:#00000000;
    border:1px solid #00000000;
}

.DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}