html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(/images/bg3.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: center top;
}


#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
   }

#container {
	min-height:100%;
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#header {
   background:#ff0;
   padding:10px;
}

.galleryfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}

#scroller {
	height: 300px;
	position: absolute;
	top: 675px;
	clip: rect(20px,auto,150px,auto);
	z-index: 100;
}


#logo {
	position: absolute;
	top: 65px;
	height: 100px;
	background-image: url(/photocpl/images/logo.gif);
	background-repeat: no-repeat;
	width: 120px;
	left: 780px;
	background-color: #FF0000;
	}

#topnav {
	position: absolute;
	top: 10px;
	width: 800px;
	z-index: 200;
}

#line {
	height: 15px;
	position: absolute;
	top: 710px;
	z-index: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	width: 100%;
	text-align: left;
}

#facecorp {
	position: absolute;
	top: 475px;
	z-index: 200;
	left: 810px;
}


#zepher {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
	height: 10px;
	position: absolute;
	top: 685px;
	width: 100%;
	z-index: 1000;
}

a:link {
	color: #666666;
}
#zepher   a:hover {
	color: #999999;
	text-decoration: none;
}
#zepher    a {
	color: #333333;
	text-decoration: none;
}

