Find a Freelancer to help you with your HTML projects
div.parent { background: url(images/index_26.gif) bottom left no-repeat; position: absolute; width: 792px; height: 824px; border: solid #000000 1px; background-color: #ffffff; text-align: left; left: 10%; <------------Get rid of this right: 10%; <-------------Leave this top: 0px; }
div.parent { background: url(images/index_26.gif) bottom left no-repeat; width: 792px; height: 824px; margin-left: auto; <----------add this margin-right: auto; <---------add this border: solid #000000 1px; background-color: #ffffff; text-align: left; }