/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/







#one {
	background: #6f4b7c;
}
#two {
	background: #3c7ab5;
}
#three {
	background: #ffeca9;
}



.nav audio { position: absolute; left: 110%; top: 10px; display: none; height: 30px; width: 200px; }

#page-wrap script {
	display: none;
	white-space: pre;
	background: #333;
	color: white; 
	padding: 10px;
	font: 11px Monaco, MonoSpace;
	width: 460px;
	float: right;
	overflow: auto;
}