html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	height: 100%;
	font-family: Verdana;
	font-size: 12px!important;
	font-weight: 800;
	background: #53505a;
}

.ie-fix-opacity
{
 
}

#ancient_ie_disclaimer {
	position:absolute;
	width: 50%;
	height: 350px;
	text-align: left;
	padding: 6px;
	z-index: 9;
	left: 25%;
	top: 100px;
	background: #FFFFFF;
	border: 1px solid #000000;
}

#wrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: 575px;
}

.wrapperTranslucent {
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: 575px;
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
}

#logo {
	width: 200px;
	float:left;
	cursor: pointer;
}

#navigation {
	width: 600px;
	float: right;
}

#navigation * td{
	cursor: pointer;
	width: 75px;
	height: 50px;
	/*vertical-align: bottom;*/	
}

#navigation * img{
	position: absolute;
}

#pictureFrame {
	width: 800px;
	float: left;
}

img#transPic {
	position: absolute;
	z-index=-2;
}

img#pic {
	position: absolute;
	z-index=-1;
}

img#picFrame {
	position: absolute;
	z-index=1;
}

div#theGoods {
	width: 800px;
	float: left;
	position: relative;
	top: 250px;
}

img#backing {
	position: absolute;
	z-index=-2;
	behavior: url('./pngbehavior.htc');
}

img#halfFrame {
	position: absolute;
	z-index=0;
}

img#pin {
	position: absolute;
	left: 350px;
	top: 25px;
	z-index=1;
}

div#content {
	position: absolute;
	left: 350px;
	top: 20px;
	z-index=2;
	float: left;
	width: 400px;
	/*margin-top: 10px;*/
	/*border: 1px solid #000000;*/
	height: 215px;
	overflow: hidden;
	white-space: wrap;
	/*font-size: 34px;*/
}

div#title {
	z-index=3;
	text-align: right;
	width: 100%;
	font-size: 14px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	margin-right: 10px;
	color: #0033CC;
	text-decoration: underline;
}

	/* vertical track */
	#track1 {
		position: absolute;
	 	left: 765px;
		top: 20px;
		width: 15px;
		height: 225px;
		background-color: #FFFFFF;
		z-index: 99;
	}
			
	/* vertical track handle */
	#handle1 {
		width: 15px;
		height: 10px;
		background-color: #00248F;
		cursor: move;
		z-index: 99;		
	}
	
	/* horizontal track */
	#track2 {
		position: absolute;
		left: 350px;
		top: 220px;
		clear: both;
		width: 405px;
		height: 15px;
		margin-top: 10px;
		background-color:#FFFFFF;
		z-index: 99;
	}
	
	/* horizontal track handle */
	#handle2 {
		width: 10px;
		height: 15px;
		background-color: #00248F;
		cursor: move;
		z-index: 99;
	}

div#copyright {
	z-index: 100;
	position: relative;
	top: 10px;
	text-align: center;
	color: #b9db70
}

/*img {
	behavior:	url("./WebContent/theme/pngbehavior.htc");
}*/

a:link {color: #b9db70; text-decoration: none;}
.link {color: #0033CC; text-decoration: none; cursor: pointer;}

a:visited {color: #b9db70; text-decoration: none;}
