Liquid layout css

i have designed a site that i will build with css/xhtml. it is a photography site that displays all photos in one row horizontally across the screen. to view the photos the user has to scroll to the right. the website background is white with a black border.

i want the website to be liquid (resize with browser resize) so that:

A) The black border is always on the edge of the screen (except on the right side, until you reach the end).

B) The row of photos remains in the center of the screen.

I have never made a liquid layout and all online resources I have seen seem to be for making three column layouts, which i think is much more complex than i need.

Does anyone know of any resources or have tips for starting this project?

thanks!!!