How to fix template not fluid?

How can fix width in static pixel

#482829

To fix your width issue, go into the CSS and find this

#container { margin-left: auto; margin-right: auto; width: 99%; min-width: 770px; }

Just change the specified width you want and save it, and that should do the job.

#482831

Thank Timan

{{EDIT}}

and how to chagne background picture

#482862