#logo {
	position:absolute;
	width:121px;
	height:43px;
	overflow: auto;
	z-index:5000;
	-moz-opacity: 0.9;
	opacity:1.0;
	filter: alpha(opacity=100);
	visibility: visible;
	background-image: url(../../index/logo.gif);
	left: 618px;
	top: 14px;
	background-repeat: no-repeat;
}
#girl {
	position:absolute;
	width:240px;
	height:227px;
	overflow: auto;
	z-index:5000;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
	visibility: visible;
	background-image: url(../../index/girl.gif);
	left: 444px;
	top: 67px;
	background-repeat: no-repeat;
}
#bluebar {
	position:absolute;
	width:130px;
	height:294px;
	overflow: auto;
	z-index:5000;

	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=70);
	background-image: url(../../index/bluebar.png);
	visibility: visible;
	background-repeat: no-repeat;
	left: 23px;
}body {
	margin-left: 0px;
	margin-top: 0px;
	color: #8a96a4;
}

