body {
	background-attachment: scroll;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: tahoma;
	tahoma;font-size: 13px;
	color: #FFFFFF
}
A:link{color:#00bff3;text-decoration:underline;cursor:crosshair}
A:visited{color:#00bff3;text-decoration:underline;cursor:crosshair}
A:hover{filter:glow(Color=#FFFFFF,Strength=2);height: 0; color:#FFFFFF; cursor:crosshair}
#leftcontent {
	border: thin none;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	height: 555px;
	width: 170px;
	margin: 0px;
	padding: 0px;
	float: left;
	top: 20px;
	clear: both;
	left: 23px;
}
#centercontent {
	margin: 0px;
	height: 505px;
	padding-left: 190px;
	padding-top: 65px;
	overflow: auto;
	}
#centercontent iframe{
	margin: 0px;
	height: 505px;
	width: 1065px;
	overflow: auto;
}
#right {
position:absolute;
	margin: 0px;
	padding: 0px;
			left: 750px;
			top: 74px;
			overflow: auto; 
			width: 480px; 
			height: 505px;
			background-color:transparent;		
}
#right iframe{
			width: 480px; 
			height: 505px;
			margin:0px;
			padding: 0px;
			overflow: auto;		
}
