#advert_top {
	position: absolute;
	height: 68px;
	width: 474px;
	left: 425px;
	top: 13px;
	background-color: transparent;
	background-image: url(images/top_background.gif);
	background-repeat: repeat-x;
    /*cursor: pointer;*/
}
#advert_top #advert_top_content {
	position: absolute;
	z-index: 0;
	height: 60px;
	width: 468px;
	left: 2px;
	top: 1px;
    /*cursor: pointer;*/
}
#advert_top #advert_top_left {
	font-size: 0px;
	background-image: url(images/top_left.png);
	position: absolute;
	z-index: 2;
	height: 68px;
	width: 8px;
	left: 0px;
	top: 0px;
}
#advert_top #advert_top_right {
	font-size: 0px;
	background-image: url(images/top_right.png);
	position: absolute;
	height: 68px;
	width: 9px;
	left: 465px;
	top: 0px;
	z-index: 2;
}