.wrap div

{

float: left;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: dotted;

border-bottom-style: solid;

border-left-style: dotted;

border-top-color: #996699;

border-right-color: #cccccc;

border-bottom-color: #996699;

border-left-color: #cccccc;

margin-top: 10px;

margin-right: 3px;

margin-bottom: 0pt;

margin-left: 3pt;


}


.wrap a

{

display: table-cell;

width: 200px;

height: 180px;

text-align: center;

vertical-align: middle;

background-color: transparent;

}

.wrap a:hover

{

background-color: #CCCCCC;

}


