#footer_content {
    font-size: 11px;
    height: 85px;
    width: 980px;
	color: #bfbfbf;
	text-align: center;
}
#footer_content ul {
    width: 880px;
    height: 11px;
    margin: 0 10px 7px;
    padding: 15px 0 15px 80px;
    border-bottom: 1px solid #6c6c6c;
	list-style-type: none;
	font-weight: bold;
}
#footer_content ul li {
	float: left;
	border-right: 2px solid #fff;
}
#footer_content ul li.last {
	border-right: none;
}
#footer_content ul li a {
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
}
#footer_content ul li a:hover {
	color: #cfcfcf;
}

a#mw, a#dd, a#ffps {
    float: left;
    display: block;
    height: 26px;  
    margin: 0 7px 0 0;
    color: #bfbfbf;
    font-size: 10px;
    padding-top: 7px;
	text-decoration: none;
}
a#mw {
    width: 160px;
    margin-left: 90px;
    padding-right: 50px;
    background: url(/frames/mw.gif) no-repeat top right;
}
a#dd {
    width: 115px;
    padding-right: 106px;
    background: url(/frames/dunder.gif) no-repeat right 7px;
}
a#ffps {
    width: 240px;
    padding-right: 78px;
    background: url(/frames/fps.gif) no-repeat top right;
}
a#mw:hover, a#dd:hover, a#ffps:hover {
	text-decoration: none;
	color: #fff;
}
#footer_content span {
	float: left;
	display: block;
	margin: 0 7px;
	padding-top: 6px;
	text-align: center;
}
