body{
	background: url('home.jpg') no-repeat center center fixed #fff;
	background-size: cover;

	width: 80% ;
	height: 80% ;
	margin: 0 auto ;
	position: relative;
	top: 100px ;
	left: 90px;
}
