<!DOCTYPE html>
<html>
<head>
    <style type="text/css">
        body{
            background-color:pink;
            background-image: url(../image/smile-face.png);
            background-repeat: no-repeat;
            background-position: left top;
        }
    </style>
</head>
<body>
</body>
</html>
background-position:
left top; center top; right top;
left center; center center; right center;
left bottom; center bottom; right bottom;
left; center; right; top; bottom;