html,body{
	margin: 0px;
	padding: 0px;
	height:100%;
	border-style: none;
	overflow:hidden;
	border:0;
	font-family:Verdana, Arial;
	font-size:14px;
	font-weight:bold;

}
img,iframe{
	border-style: none;
}
li{
	cursor:pointer;
}
li:hover{
	color:#339933;
}
.left{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:360px;
}
.right{
	position:absolute;
	top:0px;
	bottom:0px;
	left:360px;
	right:0px;
	text-align:center;
}
.right object,.right iframe,.right > *{
	width:100%;
	height:100%;
	text-align:center;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}