#footer_container{
	background: #EEEEEE;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
	font-size: 13px;
	border-top: 1px solid #DCDCDC;
}
#footer_content{
	width: 790px;
	margin: 0 auto;
	height: 40px;
	line-height: 18px;
	padding: 0 10px 0 10px;
}
#footer_content #footer_part_left{
	width: 250px;
	float: left;
	padding-top: 12px;
	color: #0066FF;
}
.footer_contact_element{
	position: relative;
	float: left;
	padding: 5px 0 0 20px;
}
#footer_content #footer_part_right{
	width: 160px;
	float: right;
	text-align: right;
	padding-top: 17px;
}
#boss{color: #008000;}

@media only screen and (max-width: 480px){
	#footer_container{height: 80px;}
	#footer_content #footer_part_right{float: left;}
}
@media only screen and (max-width: 830px){
	#footer_content{width: 90%;}
}