	
	#siteWrap {
		width: 380px;
		height: 84px;
		position: relative;
		background: transparent url(imasite/box_images.png) no-repeat;
	}

#siteWrap2 {
		width: 380px;
		height: 84px;
		position: relative;
		background: transparent;
	}

	#pageWrap {
		position: absolute;
		z-index: 5;
		top: 18px;
		left: 6px;

	}
	#psdPage {
		margin-right: 3px;
		margin-left: 3px;
		float: left;
		cursor: pointer;

	}
	#netPage {
		margin-right: 20px;
		float: left;
		cursor: pointer;
	}	
	#audioPage {
		float: left;
		cursor: pointer;
	}
	#bubbleWrap {
		position: absolute;
	        margin: -400px 60px 0 60px;
		z-index: 10;
		left: 50px;
		top: 0px;
	}
	.bubble {
		position: absolute;

	}
	.clear {
		clear: both;
	}
