@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
.peepScroll {
	background-image: url(images/peeps-nav_r2_c2.jpg);
	background-repeat: no-repeat;
	width: 402px;
	height: 397px;
	overflow: auto;
	text-align: left;	
}

.syncScroll {
	background-image: url(images/sync-nav_r2_c2.jpg);
	background-repeat: no-repeat;
	width: 397px;
	height: 521px;
	overflow: auto;
	text-align: left;	
}
.contactScroll {
	background-image: url(images/contact-nav_r2_c2.jpg);
	background-repeat: no-repeat;
	width: 827px;
	height: 261px;
	overflow: auto;
	text-align: left;	
}


.listenScroll {
	background-image: url(images/about-nav_r2_c3.jpg);
	background-repeat: no-repeat;
	width: 396px;
	height: 680px;
	overflow: auto;
	text-align: left;	
}


.listenNoScroll {
	background-image: url(images/listen-nav_r3_c4.jpg);
	background-repeat: no-repeat;
	width: 429px;
	height: 349px;
	overflow: no;
	text-align: left;	
}


