@charset "UTF-8";
/* CSS Document */

#hideShow {
	position: absolute;
	top: 0px;
	visibility: visible;
	background-image: url(images/speaker_bg.jpg);
	color: #CCCCCC;
	width: 100%;
	z-index:1000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 100px;
}
#main {
		position: absolute;
		z-index:1;
}
