body{
    margin: 0px;
    height: 100%;
    background: lightgray; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, white, lightgray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, white, lightgray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, white, lightgray); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, white, lightgray); /* Standard syntax */
}

.divider {
  background: lightgray; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, lightgray , white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, lightgray, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, lightgray, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, lightgray , white); /* Standard syntax */
  height:20px;
}

.head {
    margin:0px;
    height:100px;
    background: lightgray; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, white , lightgray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, white, lightgray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, white, lightgray); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, white , lightgray); /* Standard syntax */
}

.head table {
    text-align:center;
/*    font-style: italic;*/
    font-size: 36px;
    font-family: Tahoma, sans-serif;
}

.head p {
    text-align:center;
    width:60%;
    font: 36px Tahoma;
}
.head img {
    height: 80px;
    vertical-align: baseline;
} 

.content {
    background-color:#FFFFFF;
    text-align: center;
}

.icon {
    display: inline-block;
    width:180px;
    height:180px;
    background-color:lightgray;
    margin:20px;
    top:0px;
    text-align: center;
    cursor:pointer;
    background: lightgray; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, lightgray, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, lightgray, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, lightgray, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, lightgray, white); /* Standard syntax */
    

    -moz-border-radius: 1em 4em 1em 4em;
    border-radius: 1em 4em 1em 4em;
}

.icon img {
    position:relative;
    width:50%; 
}

.icon p {
    position: relative;
    bottom:-10%;
}
