a, a:focus, a:active, a:hover {
    outline: none;
}

object { 
	outline:none; 
}
shareimg { 
	display:none; 
}

#hdr_top {
	position: fixed;
	z-index: 3;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 100%;
	height: 10%;
	background-color: #000000;
}
#hdr_bottom {
	position: fixed;
	z-index: 3;
	left: 0px;
	top: 90%;
	width: 100%;
	height: 11%;
	background-color: #000000;
}
.main_copy {
	position: fixed;
	z-index: 4;
	left: 80px;
	top: 89%;
	height: 11%;
	width: 690px;
	background-color: #000000;
}
#hdr_left {
	position: fixed;
	z-index: 4;
	left: 0;
	margin: 0;
	width: 80px;
	height: 100%;
	background-color: #000000;
}
#hdr_right {
	position: fixed;
	z-index: 4;
	left: 780px;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
#hdr_blank
{
	position: relative;
	height: 12%;
	background-color: red;
}
#cl_left {
	position: fixed;
	width: 430px;
	left: 80px;
	top: 10%;
	overflow: hidden;
}
#cl_left_wide {
	z-index: 1;
	width: 690px;
	left: 80px;
	top: 10%;
	position: absolute;
}
#cl_left_main {
	z-index: 1;
	width: 690px;
	left: 80px;
	top: 10%;
	position: absolute;
}
#cl_fleft {
	z-index: 6;
	width: 140px;
	left: 80px;
	top: 10%;
	position: fixed;
}
#cl_fmiddle {
	z-index: 1;
	width: 510px;
	left: 255px;
	top: 10%;
	position: absolute;
}

#cl_noflash_middle {
	z-index: 1;
	width: 510px;
	left: 155px;
	top: 10%;
	position: absolute;
}
#cl_middle {
	z-index: 1;
	width: 240px;
	left: 531px;
	top: 10%;
	overflow: hidden;
	position: absolute;
}
#cl_right {
	z-index: 5;
	width: 280px;
	left: 800px;
	top: 10%;
	display: block;
	position: fixed;
	overflow: hidden;
}


