BODY
{
	background-attachment: fixed;
	background-image: url(./exhibition/images/bg.gif);
	margin: 1px;
	word-spacing: normal;
	text-transform: none;
	background-repeat: repeat;
	background-position: center top;
	letter-spacing: normal;
	background-color: #000000;
	color: #ffffff;
}
a {
color: #ffffff;
}
a:hover {
color: #f8f8ff;
}
a:focus, a:active {
color: #cccc99;
background: transparent;
font-style: italic;
}   
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}    