@charset "UTF-8";
/* CSS Document */
		
	body {color: #ffffff;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		background-image:url(../images/background2.png);
		color: transparent;
		background-attachment:relative;
		background-repeat: no-repeat;
		background-color: #130a00;}
		
	#page {position: absolute;
		width: 100%;
		height: 100%;}
		
	#text {position:fixed;
		width:450px;
		position:relative;
		color: #fef5c9;
	    font-size: 16px;
		text-indent: 30px;
	    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	    left: 125px;
	    top: 300px;}
	
	#text2 {position:fixed;
		width:450px;
		position:relative;
		color: #a7b5ca;
	    font-size: 18px;
	    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	    left: 125px;
	    top: 300px;}
	
	#content {position:fixed;
		color: trasnparent;
		width:1000px;
		font-size:20px;
		margin-left:100px;
		margin-top:150px;
		z-index:100;}
		
	#logo2 {position: fixed;
		top: 25px;
		left: 25px;
		z-index:1;}
		
	#infobars3 {position: fixed;
		top: 0px;
		left: 0px;}
		
	#photos {position:relative;
		top: 200px;
		left: 100px;
		z-index: 99;}
		
	#photos_photo3 {position:relative;
		top: 150px;
		left: 0px;
		z-index: 99;}
		
	.navigation a:link {text-decoration: none; 
		color: #fef5c9;}
 
	.navigation a:active {text-decoration: none;}	
 
	.navigation a:hover {text-decoration: underline; 
		color:#a7b5ca; 
		text-shadow:none;}
 
	.navigation a:visited {text-decoration: none; 
		color:#fef5c9;}
	

	
	
	
	


