#bodyPics {
 position: relative;
 background-image: url('../images/ameren.jpg');
 height: 443px;
 width: 443px;
 float: left;

}

#bodyContent {
 position: relative;
 float: right;
 background-color: white;
 height: 443px;
 width: 575px;
}
#bodyContentText {
padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
line-height: 130%;
color: #6D6E71;
}

	
