html {
 width:100%;
 background-color: transparent;
 margin: 0;
 padding: 0;
}

#dockframe {
	background: url(images/dock-bg-new.png) repeat-x top left;
}

#flash {
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	z-index: -9999;
}

body {
	/* background: url(images/dock-bg-new.png) repeat-x top left; */
	font: 11px Arial, Helvetica, sans-serif;
	/* background-color: #000 */
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 55px; 
	text-align: center;
	background: url(images/dock-bg-new.png);
	overflow: visible;
}
.dock-container {
	position: absolute;
	height: 50px;
	overflow: visible;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #FFF;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

#zojo-right {
    position: absolute;
    top: 0;
    left: 0;
}

#zojo-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    height: 50px;
    background: url(images/zojo-left.png) no-repeat top left;
    z-index: 9999;
}