Anyone see anything obvious why the whole container is pulled left in IE only.
This should be enough of the CSS
* { margin:0; padding:0; }
body, div, p, a, img, ul, li { border:0; }
body {
padding: 0;
background: #fff url("../img/bg.jpg") repeat-x;
font: 0.8em/1.5 "arial",sans-serif;
color: #354146;
text-align: center;
}
/* General Reference -------------------------------------------------------- */
a {color:#1666a3;}
a:link {color:#1666a3;}
a:hover {color:#0b4775;}
/* Headings ----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; }
h1 { font-size:200%; font-family: Georgia;}
h1#logo a{color: #ced1d2; text-decoration: none; display: block;padding: 18px 0 17px; font-weight: normal;}
h1#logo a:hover{color: #fff;}
h2 { font-size:130%; color: #354146;font-weight: bold; padding: 0;margin:0; }
h3 { font-size:120%; }
h4 { font-size:120%; }
h5 { font-size:100%; }
/* Layout ------------------------------------------------------------------- */
#layout {
text-align:left;
}
#container {
margin: 0 auto;
text-align: center;
clear: both;
}
#intro{
background: #e6e8e9;height: auto;
}
#intro-in{
width:891px;
margin:0 auto;
padding: 20px 0;
}
/* Header ------------------------------------------------------------------- */
#header {width:891px;
margin:0 auto; }

New Topic/Question
Reply


MultiQuote





|