I have a which is in the center of my page, but now i need to add a div which will be to the right of the center box, i am sure you can do this with CSS but can't think of a solution.
So for example div#container{margin-left: auto;margin-right: auto;width: 396px;display:block;margin-top: 110px;}
the div i need would be the same as that kinda? but with +396px to clear the div thats already there? Is this possible ?