#footercontent {
	margin:0 auto;
	width:980px;
	height:38px;
	color:#1e1e1e;
	line-height: 38px;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
}

#footercontent a {color: #E2283F;text-decoration:none;padding-left:16px}
#footercontent a:hover { 
	color: #777 !important;
}

#footercontent .footerRight {
	float: right;
}
#footercontent a#aMusr, #footercontent a#aAgreement {
	padding-right: 15px;
}
#footercontent a#aMusr, #footercontent a#aLogout {
	line-height: 38px;
	border-left: 1px solid #707070;
}

#footercontent a#aLogout {
	color:#DB1C30;
	background-color: transparent;
	margin: 0;
}
#footercontent .sStress { color:#FFF }
#footercontent a.ccgamingLink {
	background: url(/static/ccgamingLink.png) no-repeat left;
	color: #E2283F;
	font-weight:bold;
	text-decoration: none;
	padding: 0 0 0 28px;
	*padding:1px 0 2px 28px;
	margin-left: 5px;
	}
#USRTable table tbody { color:#333 }
@media only screen and (max-width: 1000px) {
	#footercontent {
		width: 95%;
		height: auto;
	}
	#navcontent .w1000 {
		width: 95% !important;
	}

}
@media only screen and (max-width: 640px) {
	.footerRight  a#aAgreement {
		padding-left: 0;
	}
	#dHallGameList, #dAllRoadContent {
		margin-bottom: 30px;
	}
}