#cog {
	width: 972px;
	height: 458px;
	background: url(bg.jpg) 0 0 no-repeat;
	position: relative;
	}
	#cog-left {
		position: absolute;
		top: 43px;
		left: 76px;
		width: 408px;
		height: 365px;
		background: url(txt1.png) 0 0 no-repeat;
		}
		* html #cog-left {
			background: none;
			filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='txt1.png', sizingMethod='image');
			}
		#cog-left .inner { visibility: hidden; }	
	#cog-right {
		position: absolute;
		top: 27px;
		left: 546px;
		width: 300px;
		}	
		#txt2 {
			background: url(txt2.png) 0 0 no-repeat;
			display: block;
			width: 198px;
			height: 62px;
			margin: 0 0 0 50px;
			quotes: "" "" "" ""; 
			}
			* html #txt2 {
				background: none;
				filter:	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='txt2.png', sizingMethod='image');
				}
			#txt2 span { visibility: hidden; }
		#widget {
			padding-top: 13px;
			height: 300px;
			width: 300px;
			}	
