body{
  background-color:#000; 
  background-image:url(../imagehm/bodybg.png);
  background-repeat:repeat-x;
}
.buttondark{
	float:left;
	border:2px solid #000;
	cursor:pointer;
    margin-right:10px;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	-moz-border-radius: 10px;
    padding:8px;
    background-color:#777;
	color:#fff;
	font-family:Verdana,Geneva,Arial,sans-serif; 
	font-size:12px; 
	line-height:11px;
}