	img { border: 0; }
	#siteWrap {
		margin: 2px auto 0 auto;
		width: 400px;
		height: 300px;
		position: relative;
		background: transparent;
		z-index:200;
	}
	#pageWrap {
		position: absolute;
		z-index: 150;
		top: 138px;
		left: 134px;
		height:80px;
		width:300px;

	}
	#psdPage {
		margin-right: 19px;
		float: left;
		cursor: pointer;
	}
	#netPage {
		margin-right: 20px;
		float: left;
		cursor: pointer;
	}	
	#audioPage {
		float: left;
		cursor: pointer;
	}
	#bubbleWrap {
	position:relative;
		z-index: 100;
		left:1px;
		top: 1px;
	}
	.bubble {
	position:relative;
	}
	.clear {
		clear: both;
	}
