html, body {
	width: 100%;
	height: 100%;
	margin: 0px; 
	padding: 0px; 
	color: #FFF;
	font-size: 11px;
	font-family: Geneva,Verdana, Helvetica, sans-serif;
	background: #000;
}
.clr {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
img { border: none; }
a {
	color: #000;
	text-decoration: none;
}
a:hover { color: #FFF; }
a:focus { outline:none }
a img { border: none; }
a:hover img {}
form {
	padding: 0px;
	margin: 0px;
}
/* ============ */
.header {
	width: 921px;
	height: 145px;
	background: transparent url(gallery_header.jpg) no-repeat top center;
}
.header h1 { display: none; }

.footer {
	width: 921px;
	height: 145px;
	background: transparent url(gallery_footer.jpg) no-repeat top center;
}
