background url to the left css code example
Example 1: background position in html
background-position: right top;
Example 2: css image background center horizontally in div
/*
div with
class="slot_image"
*/
.slot_image{
background: url(url) no-repeat center;
}