This is the HTML element
This is the BODY element
html { height: 90%; width: 90%; margin: 5% auto; border: 1px solid gray; background-image: url(pics/spiral200.png); background-repeat: no-repeat; color: black; background-color: white; position: relative; } body { background-image: url(pics/spiral200.png); background-repeat: no-repeat; background-position: right top; margin-top: 220px; border: 1px dotted grey ; padding: 5px; }