@charset "utf-8";


#footer {
	height: 30px;
	width: 760px;
	background-image: url(../image/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 {
	margin:0;
	padding:0;
}
#notes li {
	display:inline;
	float: left;
}
#regulations a {
	display:block;
	background-image: url(../image/btn_notes.gif);
	font-size:1px;
	text-indent: -9999px;
	height: 15px;
	width: 90px;
}
#regulations a:hover {
	background-position: 0px -20px;
}
#privacy a {
	display:block;
	font-size:1px;
	text-indent: -9999px;
	width: 150px;
	background-image: url(../image/btn_notes.gif);
	background-position: -90px 0px;
	height: 15px;
}
#privacy a:hover {
	display: block;
	background-position: -90px -20px;
}

