body {
	background: #ECF4FA url(../images/bg.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

h2 {
	font-size: 14px;
	margin: 10px;
}

.centralFloat {
	margin-top: 20px;
	width: 968px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}

#pianoImage {
	height: 100px;
	margin-top: 20px;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}



.key {
	display: none;
}

.whiteKey {
	z-index: 1;
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	width: 27px;
	height: 100px;
	border: 2px solid #DDDDDD;
	cursor: pointer;
	
}

.blackKey {
	z-index: 2;
	background-color: #000000;
	color: #FFFFFF;
	position: absolute;
	width: 22px;
	height: 70px;
	border: 2px solid #666666;
	cursor: pointer;
	
}

.key .keyInner {
	text-align: center;
}


.whiteKey .keyInner {
	margin-top: 80px;
}

.blackKey .keyInner {
	margin-top: 40px;
}

.blackKey .sharpKey:hover, .blackKey .flatKey:hover, .whiteKey .keyInner:hover  {
	color: #ff0080;
	
}

.whiteKey:hover, .blackKey:hover {
	border: 2px solid #ff0080;
}

.chordCategoryHolder {
	display: none;
}

#cat-C {
	display: block;
}

table.chordCategory {
	text-align: left;
	width: 100%;
}

.chordCategory td {
	vertical-align: text-top;
	padding: 5px;
	text-align: left;
	width: 10%;
}

.chordCategory .main {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
}

.basicChord {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #666666;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.basicChord:hover, .variation:hover {
	cursor: pointer;
	color: #ff0080;
}

#intro {
	font-size: 14px;
}

#footer {
	padding-top: 4px;
	padding-bottom: 4px;
}

#flashPianoHolder, #announcements {
	display: none;
}



