#top > div {
    min-height: 80%;
}
.gltext3:hover {
	border-radius: 7px;
background: #f7f6f6;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f6f6), to(#e2e2e2));
background: -webkit-linear-gradient(#f7f6f6, #e2e2e2);
background: -moz-linear-gradient(#f7f6f6, #e2e2e2);
background: -ms-linear-gradient(#f7f6f6, #e2e2e2);
background: -o-linear-gradient(#f7f6f6, #e2e2e2);
background: linear-gradient(#f7f6f6, #e2e2e2);
-pie-background: linear-gradient(#f7f6f6, #e2e2e2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f6',endColorstr='#e2e2e2',GradientType=0);
behavior: url(PIE.htc);
}