/*index.html */
body {
	background-image: url(bg_light2.jpg);
	background-position: 50% 50%;	
	}

.container {
	text-align:center;
	}
.images {
	width:600px;
	height:200px;
	}
img
{
	border:0px;
	vertical-align:middle;
}
.image_i {
	width:600px;
	text-align:left;
	float:left;
	}
.image_e {
	width:600px;
	text-align:right;
	float:right;
	}
.description {
	width:600px;
	text-align:left;
	background-color:#FFFF99;
	border:4px outset #660000;
	font-size:12px;
	font-weight:bolder;
	color:#660000;
	height:200px;
	padding:5px 10px 5px 10px; 
	}
	

