body{

background: url(backgroundbody.jpg) no-repeat;
background-attachment:fixed;

}
.title{
height:400px;
width:1400px;
background: url(banner.jpg)no-repeat;
}
.container{
background:black;
height:400px;
}
.nav{
	height: 50px;
	text-align: center; 
	background-color: black;
	border-radius: 3px 3px 3px 3px;

}
.nav ul li a{
	text-decoration:none;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:gray;
}

.nav ul li{

	list-style-type: none;
	display: inline;
	padding: 40px;
	font-size:30px;
	color:gray;
}
.nav ul li:hover{
	
	color: black;
	background: #FFF;
	background: -moz-linear-gradient(gray, Black);
	background: -o-linear-gradient(gray, Black);
	background: -webkit-linear-gradient(gray, Black);
	text-shadow: none;

}
.picture{
float:left;
height:403px;
width:403px;
background:url(photo.jpg);
}
.information{
float:right;
height:400px;
width:900px;
background:url(capture.png)no-repeat;

}
