@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
}
a.art {
	display: inline-block;
	background: url(../images/art_off.gif);
}
a.art:hover {
	background: url(../images/art_on.gif);
}
a.interactive {
	display: inline-block;
	background: url(../images/interactive_off.gif);
}
a.interactive:hover {
	background: url(../images/interactive_on.gif);
}
a.photography {
	display: inline-block;
	background: url(../images/photography_off.gif);
}
a.photography:hover {
	background: url(../images/photography_on.gif);
}
a.info {
	display: inline-block;
	background: url(../images/info_off.gif);
}
a.info:hover {
	background: url(../images/info_on.gif);
}
a.home {
	display: inline-block;
	background: url(../images/home_off.gif);
}
a.home:hover {
	background: url(../images/home_on.gif);
}
