body{
	margin: 0;
	padding: 0;
}


div{
	width: 1920px;
	height: 1080px;
	position: relative;
}

img.bg{
	width: 1920px;
	height: 1080px;
	position: absolute;
	top: 0;
	left: 0;
}

img.button{
	position: absolute;
	top: 555px;
	left: 850px;
	width: 221px;
	height: 91px;
}