body {
	margin:0px;
	background-image:url('images/site/background.png');
	background-repeat:repeat-x;
	background-color:#CFEDFF;
}

#container{
	float:middle;
	margin:0px;
	width:100%;
	height:100%;
}

#gallery{
	float:middle;
	width:640px;
	height:480px;
	border:6px solid #1dd5ff;
	margin:3px 3px 3px 3px;
}

#middle a img{
	float:middle;
	width:160px;
	height:120px;
	border:6px solid #1dd5ff;
	margin:10px 8px 10px 0px;
}

#middle a img.color{
	display:none;
}

#middle a:hover img.color{
	display:inline;
}

#middle a:hover img.bw{
	display:none;
}
