*{
	border: 0px;
	padding:0px;
	margin:0px;
}

body{
	
	/*background: #faebd7;*/
	background:#FFFFCC;
	text-align: center;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	margin-top: 0px;
	margin-bottom: 10px;
	/*height:800px;*/
	
}


#container #indexgif{
	margin-top: 100px;
	background: url(../images/shad_01.gif);
	width: 860px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#container #indexgif img{
	margin-left:-9px;
	height:600px;
}


a:focus {
    outline: 0;
}

h1#farout
{
	display: block;
	position: absolute; 
	left: -1000px;
	
}    


#container #indexgif h3#indexpage {
	width: 860px;  
	height: 600px;
	position: relative;
	}
#container #indexgif h3#indexpage span {   
	font-family: "Trebuchet MS";  
	background: url(/images/index.gif) no-repeat;
	position: absolute;  
	left:0px;
	top:0px;
	width: 852px;  
	height: 622px;

	}