body{
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    color:#000;
    background:#000;
    margin:0px;
    padding:0px;
}
#container{
	position:relative;
    left:0px;
    padding:0px;
	width:1000px;
	height:700px;
	margin:0px auto 0px auto;
}
#left{
	position:absolute;
	background:url('left.jpg');
	width:785px;
	height:700px;
}
#tdx_layer{
	position:absolute;
	width:738px;
	height:602px;
	left:24px;
	top:17px;
}
#right{
	position:absolute;
	width:216px;
	height:700px;
	left:785px;
	visibility: visible;
	z-index: 0;
}
