#DYFooter {
	position: fixed;
	bottom: 	0;
	width:100%;
	height:37px;
	background-color:red;
	background: white url('/media/image/assets/dy_footer_logo.gif') 20px 9px no-repeat;
	font-family: 'Arial';
	font-size: 10px;
	color: #666;
	z-index:101;
}

#DYFooterLegal {
	position: relative;
	float: left;
	margin-left: 130px;
	margin-top: 12px;
	height: 37px;
}

#DYFooterContainer{
	position: relative;
	float: right;
	margin-right:20px;
	height:37px;
}

.DYFooterBoxContainer{
	position:relative;
	margin:8px 1px 0 0;
	width: 100px;
	float: right;
	overflow: hidden;
}

.DYFooterBox{
	position:relative;
	width:600px;
}

.DYFooterBox div{
	position:relative;
	float: left;
}

.DYFooterTitle{
	position:relative;
	width: 90px;
	right:0px;
	background-color:#d9d9d9;
	padding: 4px 0px 4px 0px;
	text-align: center;
}

.DYFooterDirection {
	color: #333;
	margin: 4px 8px 0 8px;
}

@media screen and (max-width: 800px) {
	#DYFooterContainer {
		visibility: hidden;
	}
}
