body {
	margin: 0;
	padding: 0;
}

#container {
	width: 1001px;
	height: 199px;
	margin: 20px auto;
	background: url(../images/header_01.jpg) no-repeat;
	position: relative;
}

#cog1 {
	width: 95px;
	height: 103px;
	position: absolute;
	left: 600px;
	top: 83px;
}

#cog2 {
	width: 95px;
	height: 130px;
	position: absolute;
	left: 600px;
	top: 83px;
}

#cog3 {
	width: 95px;
	height: 103px;
	position: absolute;
	left: 600px;
	top: 83px;
}

#cog4 {
	width: 95px;
	height: 103px;
	position: absolute;
	left: 600px;
	top: 83px;
}

#cog5 {
	width: 95px;
	height: 103px;
	position: absolute;
	left: 600px;
	top: 78px;
}

#cog1 img, #cog2 img, #cog3 img, #cog4 img, #cog5 img {
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

