I need to center a logo above a content box, with center alignment.
At present, I use the following code:
#logo img {
margin: -12em 0 4em 17em;
}
Although this works on computers, it breaks on mobile phones. See screenshot.
How can I get the functionality I desire on both platforms? I tried margin: 0px auto; to no avail.
URL: http://ec2-174-129-169-80.compute-1.amazonaws.com/

You want the image centered? Then why is
#logoset tofloat: left;in layout.css line 89?