@charset "UTF-8";

body {
font: 100% Cambria, Georgia, Times, serif;
background-image: url(/pix/fiber1.png);
margin: 0;
padding: 0;
text-align: center;
/* this centers the container in IE 5* browsers. The text is then set 
to the left aligned default in the #container selector */
color: black;
}

.oneColElsCtr #container {
width: 85%;
background: white;
margin: 0.5em auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid black;
text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
padding: 0 20px;
}