#bmenu
{
width:692px;
height: 120px;
margin: 120px auto 0 auto;
}
#bmenu a
{
width: 160px;
height: 160px;
display: block;
font-size: 4em;
font-style: bold;
text-decoration: none;
}

#about, #services, #work, #clients, #contact
{
text-align: center;
margin: auto 8px;
float: left;
text-indent: -9999em;
overflow: hidden;
}


#about, #services, #work, #clients, #contact
{
width: 120px;
height: 120px;
}


#bmenu #about
{
background: url(images/m-about.png);
}

#bmenu #services
{
background: url(images/m-services.png);
}

#bmenu #work
{
background: url(images/m-work.png);
}

#bmenu #clients
{
background: url(images/m-clients.png);
}

#bmenu #contact
{
background: url(images/m-contact.png);
}

