How to center align a fixed image without it tileing.

liunx

Guest
I've got this fixed background that keeps trying to tile on high resolutions. I want to center this image and i don't want it to tile. Is there anyway to do this?<style type="text/css">
body {background: #ffffff url("image.jpg") no-repeat 50% 50%; }
</style>
 
Back
Top