html, body		{	background-color: black;
					background-image:url('scapes/facesbg.jpg');
					margin:0px;
					height:100%;
				}
					
		a:link {
		color: #a29f9c;
		text-decoration:underline;	
		}
		
		a:link img {
		border-color:#a29f9c;
		}
		
		a:hover img {
		border-color:#756c64;
		}		

		a:visited {
		color: #a29f9c;
		text-decoration:underline;	
		}

		a:hover {
		color: #756c64;
		text-decoration:none;
		}		

.fullheight		{	height:100%;
					display:table; }
					
.mainBit		{	vertical-align:top;
					width:718px;
					}
					
#gradBG			{ background-color:#1e1e1e;
background-image:url('scapes/papergradient.jpg'); }				

#gradBGsearch			{ background-color:#1e1e1e;
background-image:url('scapes/papergradient_search.jpg'); }			

#pageBG		{	background-color:#1e1e1e;
width:718px;
background-position: 0 2;
background-image:url('scapes/pagerepeat.jpg');
display:table;		
padding-bottom:25px;				/* Makes sure links at bottom are still clickable */
}
				
#pageContent	{	width: 605px;
					position:relative;
					top:-320px;					
					padding-bottom:20px;
					margin-bottom:-320px;	/* Kill dead space at bottom */					
					left:70px;
					font-family:"Courier New",monospace;
					line-height:1.6em;
					font-size:12px;
					color:#b4a9a2;
					}

h1				{	font-size:2.3em;
					text-decoration:underline;
					}
					
h2				{	font-size:1.4em;
					text-decoration:underline;
					}	

h3				{	font-size:1.1em;
					text-decoration:underline;
					}									
					
#copyrightBox	{	
width:100%;
height:103px;
/*background-image:url('scapes/cpbg.png');*/
background-position:center 0;
background-repeat: no-repeat;
position:relative;
bottom:0px;
margin-top:-40px;
}	

#mglass	{
width:562px;
height:272px;
text-align:left;
}

#googlebox	{
position:relative;
top:210px;
left:30px;
}
		.button		{	background-color:#393631;
						color:#a5a5a5;
						font-family:"Courier New",monospace;
						font-size:9pt;
						border:1px black solid;
						padding:4px;
					}
				

#preloader	{
visibility: hidden;
position:absolute;
left:-8000px;	/* Make sure it isn't shown */
top:500px;		/* at all costs */
}

/* --------------------------------------------- */
/* Controls for shifting images either to the left or to the right */
/* --------------------------------------------- */

.moveRight {	position: relative;
			left:100px;
			margin-left:-100px;	/* To offset the gap normally left by the above */ 
			padding-left:10px;}
			
.moveLeft {	position: relative;
			right:130px;
			margin-right:-130px;	/* To offset the gap normally left by the above */ 
			padding-right:10px;}	