body {
		margin: 0;
		padding: 0;

	
	}
	img { border: 0; }
	#siteWrap {
		
		width: 910px;
		height: 250px;
		position: relative;
		
	}
	#pageWrap {
		position: absolute;
		z-index: 0;
		top: 100px;
		left: 180px;

	}
	#psdPage {
		margin-right: 100px;
		float: left;
		cursor: pointer;
	}
	#netPage {
		margin-right: 100px;
		float: left;
		cursor: pointer;
	}	
	#audioPage {
		float: left;
		cursor: pointer;
	}
	#bubbleWrap {
		position: absolute;
		z-index: 10;
		left: 301px;
		top: 30px;
	}
	.bubble {
		position: absolute;
	}
	.clear {
		clear: both;
	}