/* CSS Document */
body {
	background-image: url(../background.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 135px top;
	background-attachment: fixed;
}	
body a:focus, body a:visited { background-color: none; color: none; border: none;}	/*#background{
		background-image: url(../background.jpg);
		background-repeat: no-repeat;
		width: 1001px;
		}*/
#header {
	width: 100%;
	height: 120px;
	margin: 5px auto;
	position: static;
	top: 0px;
}
#logo, #logo a {
	background-image: url(../top-gallery.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 680px;
	height: 120px;
	display: block;
	margin: auto;
}
#logopl, #logopl a {
	background-image: url(../top1pl.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 680px;
	height: 120px;
	display: block;
	margin: auto;
}
.invisible {
	visibility: hidden;
	display: none;
}

#home a {
	background-image: url(../titles.png);
	background-repeat: no-repeat;
	background-position: -90px -185px;
	width: 100px;
	height: 20px;
	display: block;
	border-bottom: none;
	position: absolute;
	top: -3px;
	left: 0px;
	float: left;

}
#home a:link {}
#home a:active {}
#home a:visited {}
#home a:hover, a:focus{background-position: -90px -215px;}

#smaller a {
	background-image: url(../titles.png);
	background-position: -60px -301px;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	display: block;
	position: absolute;
	top: -3px;
	left: 200px;
	float: left;
}
#smaller a:link {}
#smaller a:active {}
#smaller a:visited {}
#smaller a:hover, a:focus{background-position: -100px -301px;}

#larger a {
	background-image: url(../titles.png);
	background-position: -60px -271px;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	display: block;
	border: none;
	position: absolute;
	top: -3px;
	left: 160px;
	float: left;
}
#larger a:link {}
#larger a:active {}
#larger a:visited {}
#larger a:hover, a:focus{background-position: -100px -271px;}

#homepl a {
	background-image: url(../buttons_gallery.jpg);
	background-position: 0px -54px;
	background-repeat: no-repeat;
	width: 70px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	
}
#homepl a:link {}
#homepl a:active {}
#homepl a:visited {}
#homepl a:hover, a:focus{background-position: 0px -36px;}

#smallerpl a {
	background-image: url(../buttons_gallery.jpg);
	background-position: -70px -54px;
	background-repeat: no-repeat;
	width: 70px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0px;
	left: 100px;
	float: left;
}
#smallerpl a:link {}
#smallerpl a:active {}
#smallerpl a:visited {}
#smallerpl a:hover, a:focus{background-position: -70px -36px;}

#largerpl a {
	background-image: url(../buttons_gallery.jpg);
	background-position: -140px -54px;
	background-repeat: no-repeat;
	width: 70px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0px;
	left: 170px;
	float: left;
}
#largerpl a:link {}
#largerpl a:active {}
#largerpl a:visited {}
#largerpl a:hover, a:focus{background-position: -140px -36px;}
