Here is the div:
I got 9 of them with different positions on page so in the .css file I d
.css
Please try this:
You can call either by class or ID.
div.something { code... }
or
div#1 { code... }