body {
	background-image: url(ImgObjects/image2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	margin: 0;
}
body img {
	margin: 0 auto;
	width: 400px;
	display: inline-block;
	margin-top: 100px;
}
html,body{
    height:100%;
}
