#container {
	position:relative;
	width:886px;
	height:93px;
	overflow:hidden;
	border:1px none #FF0000;
	margin:0px auto 0;
	padding: 0px;
	clip: rect(auto,0px,auto,0px);
	left: 0px;
	top: 0px;
 }
#div1 {
	position:absolute;
	left:0px;
	top:0px;
	width:870px;
	height:100px;
	border: 1px none #FF0000;
 }
#div2 {
     position:absolute;
     left:0px;
     top:0px;
     width:870px;
     height:100px;
 }
img {
	border:1px solid #FFFFFF;
	margin:0px 6px 0px 0px;
	float:left;
	height: 91px;
	width: 137px;
 }/* CSS Document */
#div3 {
	position:absolute;
	top:0px;
	width:900px;
	height:100px;
	right: 900px;
}
#div4 {
	position:absolute;
	top:0px;
	width:900px;
	height:100px;
	right: 900px;
}
.blue {
	background-color: #0055A5;
}
.red {
	background-color: #EF3E35;
}

