.needhelpmenu {
width: 225px;
height: 80px;
text-align: center;
font-weight: bold;
font-stretch: extra-condensed;
text-decoration: none;

}

.needhelpmenu a {
display: block;
width: 100%;
height: 100%;
text-align: center;
text-decoration: none;
font-size: 9px;
font-weight: normal;
line-height: normal;
padding: 15px;
margin: 5px;
}



#help1 {
float: left;
position: absolute;
display: block;
top: 620px;
left: 20px;
}
#help2 {
float: left;
position: absolute;
top: 620px;
left: 250px;
}
#help3 {
float: left;
position: absolute;
top: 520px;
left: 20px;

}
#help4 {
float: left;
position: absolute;
top: 520px;
left: 250px;

}

#help1 a:visited, #help2 a:visited, #help3 a:visited, #help4 a:visited, #help1 a, #help2 a, #help3 a, #help4 a {
text-decoration: none;
color: #25231c;
background-color: #b4ac8d;
padding-top: 15px;
margin: 5px;
}

#help1 a:hover, #help2 a:hover, #help3 a:hover, #help4 a:hover {
background-color: #49463a;
/*background-image: url(../images/4a_hover.jpg);*/
color: #ffffff;
text-decoration: none;
padding-top: 15px;
margin: 5px;
} 


.needhelpmenu h2 {
font-size: 13px;
font-weight: bold;
font-stretch: condensed;
}