body {
	background-color: #fbfbfb;
	margin: 0
}
div#horizon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
}
div#content {
	position: absolute;
	top: -223px;
	left: 0;
	width: 100%;
	height: 446px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
div#image {
	position: absolute;
	left: 0;
	top: 203px;
	width: 560px;
	height: 40px
}
div#dqltag {
 position:absolute;
 width:100%; 
}
div#dqltag div {
 position:absolute;
 right:0;
 top:329px;
}
div#dqltag img {
 opacity:1;
}
div#dqltag a:hover img {
 opacity:0.75;
}
