Hi coders ..
My site is floating to the left... have a look
http://thebux.biz/ I tried a lot to fix it..
It works well on chrome(web browser)
In Firefox/Opera/Safari its floating..
Can anyone help me?

change
#wrapper{
width: 770px;
margin-left: 25%;
margin-right: 255;
}
to
#wrapper{
width: 770px;
margin: 0px auto;
}