are you part of a network? or is this IP being provided to you by your ISP? if it is being provided to you by your isp then chances are you can't make it static, if you are on a private network of some kind with a network ip and a gateway you should be able to configure it statically as long as the dhcp server doesn't try to assign that ip to someone else you would be ok
Code:
auto eth0
iface eth0 inet static
address w.x.y.z
gateway w.x.y.z
dns-nameserver w.x.y.z
dns-search your-domain
broadcast w.x.y.z
netmask w.x.y.z
most of these values can be figured out from the ifconfig command, you will have to look at the contents of /etc/resolv.conf for the dns information