@media screen {

#footer {
	clear: both;
	padding-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	line-height: 120%;
	color: #525A6C;
}
#footer-in {
	width: 760px;
	margin: 10px auto;
	text-align: left;
	background: url("../images/footer.gif") repeat-y center center;
}
#tools {
	float: left;
	width: 360px;
	text-align: right;
}
#company {
	float: right;
	width: 360px;
}
#tools p {
	padding-right: 20px;
	background: url("../images/bullet-tools.gif") no-repeat right center;
}
#company address {
	padding-left: 20px;
	background: url("../images/bullet-company.gif") no-repeat left center;
}

}
