@charset "utf-8";
/* CSS Document */

body{
	background-color:#b1b1b2
}

#back{
	width:1024px;
	height:768px;
	position:relative;
	margin:0 auto;
	
}
		#littlelogo{
		position:absolute;
		right:0px;
		top:0px;
	}
	#label{
		position:absolute;
		right:10px;
		bottom:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:white;
	}

	#logo{
	height:137px;
	width:344px;
	position:absolute;
	top:0px;
	left:0px;
}
	#home{
	height:79px;
	width:144px;
	position:absolute;
	left:88px;
	top:146px;
	float:left;
	
}
	#about{
	height:79px;
	width:144px;
	position:absolute;
	left:232px;
	top:146px;
	float:left;
}
	#landscapes{
	height:79px;
	width:144px;
	position:absolute;
	left:372px;
	top:146px;
	float:left;
}
	#wildlife{
	height:79px;
	width:144px;
	position:absolute;
	left:512px;
	top:146px;
	float:left;
}
	#musicians{
	height:79px;
	width:144px;
	position:absolute;
	left:652px;
	top:146px;
	float:left;
}
	#awards{
	height:79px;
	width:144px;
	position:absolute;
	left:792px;
	top:146px;
	float:left;
}

	#mainfoto{
	height:495px;
	width:840px;
	position:absolute;
	top:239px;
	left:86px;
	border:6px solid #595d6b;
	
}
	#fotos{
		list-style:none;
		padding:4px;
		margin-top:30px;
		margin-left:4px;
		font-family:Arial, Helvetica, sans-serif;
		color:white;
		font-size:10px;
	}


	
	#centerfoto{
	position:absolute;
	right:90px;
	bottom:50px;
	border:10px solid white;
	}
