@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;
	}

	#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;
	float:left;
	
}
	#text{
		
		width:380px;
		height:40px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#595d6b;
		position:absolute;
		top:250px;
		left:135px;
		}