<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Page Title</title>
<style>
body
{
background-color:#dfdfdf;
background-image:url("https://www.w3schools.com/w3css/img_lights.jpg");
background-position: calc(100% - 100px) center;
background-repeat: no-repeat;
}
</style>
</head>
<body>
</body>
</html>