body {
background: url(images/ci-wordmark-white-540.jpg) no-repeat scroll 50% 50%;
  min-width: 550px;      /* 2x LC width + RC width */
}
#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
height: 320px;
width: 240px;
background: url(images/corner-banner-launch.jpg) no-repeat;
text-indent: -999em;
text-decoration: none;}
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: red;
	height: 85%;
	text-align: center;
	top: 150px;
}
#center {
  width: 100%;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
}
#footer {
  clear: both;
	font: 10px Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: gray;
	text-align: center;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}