@charset "UTF-8";
/* CSS Document */


	#siteWrap {
		
		width: 642px;
		
		position: relative;
		
	}
	#pageWrap {
		position: absolute;
		z-index: 5;
		

	}
	#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: 69px;
		top: -100px;
	}
	.bubble {
		position: absolute;
	}
	.clear {
		clear: both;
	}