#pageWrap {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
}
#psdPage {
	margin-right: 19px;
	float: left;
	cursor: pointer;
}
#netPage {
	margin-right: 20px;
	float: left;
	cursor: pointer;
}	
#audioPage {
	float: left;
	cursor: pointer;
}
#bubbleWrap {
	position: absolute;
	z-index: 10;
	left: 215px;
	/* top: 102px; */
	top: 117px;
}
#bubbleWrap span {
	position: absolute;
	left: 20px;
	/* top: 18px; */
	top: 5px;
	color: #424242;
	font-size: 10px;
	width: 500px;
	height: 20px;
}
.bubble {
	position: absolute;
}
.clear {
	clear: both;
}