body { 
padding: 0; 
margin: 0; 
font: .75em Arial, sans-serif; 
line-height: 1.5em; 
background: #9BAB90 url(../images/bg.jpg) repeat-x top; 
color: #454545; 
}
	
a {
color: #A92DA5;
background: inherit;
font-weight:bold;
text-decoration: none;
}

a:hover {
color: #252525;
background: inherit;
text-decoration: none;
font-weight:bold;
}

a img {
border: 0;
}

img {
border: 0;
margin: 5px;
}

#footer {
clear: both;
margin: 0px auto;
color: #777;
width: 700px;
}

#footer a {
text-decoration: none;
}

#footer .right {
position: absolute;
top: 710px;
left: 800px;
z-index: 99;
}

#footer #mmc a {
position: absolute;
top: 700px;
left: 604px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: center;
background: url(../mmc.png) no-repeat;
height: 27px;
width: 27px;
z-index: 99;
}

#footer #mmc a:hover {
background-position: -27px 0;
margin-left: auto;
margin-right: auto;
}