@charset "utf-8";

#footer {
	height: 30px;
	width: 760px;
	background-image: url(../img/copyright.gif);
}
#copyright {
	width: 300px;
	float: left;
	height: 30px;
}
#copyright p {
	text-indent: -9999px;
	display: block;
}
#notes {
	float: right;
	width: 240px;
	margin-top: 10px;
}
#notes ul {
	list-style-type: none;
}
#notes li {
	display: block;
	float: left;
}
#regulations a {
	background-image: url(../img/btn_notes.gif);
	text-indent: -9999px;
	display: block;
	height: 15px;
	width: 90px;
}
#regulations a:hover {
	background-position: 0px -20px;
}
#privacy a {
	text-indent: -9999px;
	display: block;
	width: 150px;
	background-image: url(../img/btn_notes.gif);
	background-position: -90px 0px;
	height: 15px;
}
#privacy a:hover {
	display: block;
	background-position: -90px -20px;
}

