body {
	margin: 0;
	padding: 0;
	background: #1a1613 url(images/bg-big.jpg) no-repeat;
	background-position: top center;
	overflow: hidden;
}
img { border: 0; }
	
#siteWrap { /* The wrapper for my page icons and bubbles */
	margin: 287px auto 0 auto;
	width: 642px;
	height: 345px;
	position: relative;
	background: transparent url(images/bg_pageWrap.png) no-repeat top left;
}
	
#pageWrap { /* Wrapper for my page icons */
	position: absolute;
	z-index: 5;
	top: 138px;
	left: 134px;
}
/* Page specific styles */
#psdPage {
	margin-right: 19px;
	float: left;
	cursor: pointer;
}
#netPage {
	margin-right: 20px;
	float: left;
	cursor: pointer;
}	
#audioPage {
	float: left;
	cursor: pointer;
}
#bubbleWrap { /* Wrapper for my bubbles */
	position: absolute;
	z-index: 10;
	left: 138px;
	top: 30px;
}
.bubble {
	position: absolute;
}