/* Style the large image and the navigational overlay */

body	{ background-color: #c3c3c0; }

#center { width: 600px;
	margin-left: 0px;
	margin-right: auto; }

#imageholder 	{ position: absolute;
		height: 50px; }

#imageholder #click { opacity: 0;
		position: absolute;
		height: 40px;
		width: 140px;
		bottom: 0px;
		left: 0px;
		padding: 2px 0px;
		color: #000;
		background: #fff;
		text-align: center;
		font-weight: bold;
		visibility: hidden; }

#imageholder:hover #click { opacity: 0.7;
		visibility: visible; }

#large { position: fixed;
	height: 100%;
	}

