@charset "UTF-8";
/* CSS Document */
#nav-about{
	margin-top:350px;
	margin-left: 65px;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#container{
	background-color:#000;
	width: 20000px;
	height:600px;
	padding-bottom:0px;
	margin-bottom:0px;
	

	}
	
#static-image {
	background-image:url(images/ferm-fruit.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	position: fixed;
	left: 0;
	float:left;
	height: 600px;
	width: 450px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-family: "Arial Black", Gadget, sans-serif;
	}
#nav{
	margin-top:470px;
	margin-left:110px;
	
	
	
	}
	
#pictures {
	background-color:#000;
		margin-left:450px;
		float:left;
		height:600px;
		width: 20000px;
		z-index:1;
		padding-bottom:0px;
		margin-bottom:0px;
		
	}

	
	

	

