.noSelect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.noDisplay {
	display: none;
}

.noVisibility {
	visibility: hidden;
}

body {
	background-image: url('images/cinderblock.jpg');
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	cursor: default;
}

#main {
	width: 100%;
	background-color: transparent;
}

#headerWrap {
	width: 820px;
	height: 115px;
	margin: 0 auto;
}

#header {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}

#logoContainer {
	position: absolute;
	width: 420px;
	right: 0;
	top: 0;
}

#logoImg{
	height: 115px;
	display: block;
	margin: 0 auto;
}

#ulSongList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#listNote {
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.listAndLyric {
	width: 820px;
	height: 100%;
	margin: 0 auto;
	border: none;
}

.listAndLyricLarge {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: none;
}

.songList, .selectedSong  {
	text-align: left;
	margin: 0 8px;
	padding: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #e0e0e0;
}

.selectedSong {
	border: 2px solid black;
}

.songListBox {
	background-color: #e0e0e0;
	width: 380px;
	height: 100%;
	overflow-y: scroll;
	float: left;
	border: thin solid black;
}

#lyricContainer {
	position: relative;
	float: left;
	width: 420px;
	height: 100%;
	margin-left: 15px;
	overflow-y: auto;
	background-color: #e0e0e0;
	border: thin solid black;
}

#lyricIframe {
	width: 100%;
	height: 3000px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	background-color: #e0e0e0;
	border: none;
}

#lyricCover {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3000px;
	margin: 0 auto;
	overflow: hidden;
	background-color: transparent;
	z-index: 5;
}
