
	body {
		margin: 0;
		padding: 0;

	}
	img { border: 0; }
	#siteWrap {
		margin: 400px auto 0 auto;
		width: 750px;
		position: relative;

	}
	#pageWrap {
		position: absolute;
		z-index: 5;
		top: 138px;
		left: 220px;

	}
	#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: 158px;
		top: -290px;
	}
	.bubble {
		position: absolute;
	}
	.clear {
		clear: both;
	}