@charset "UTF-8";

#container_main {
	height: 900px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#container_top {
	height: 533px;
	width: 1000px;
	position: relative;
}
#container_subpage_top {
	height: 533px;
	width: 1000px;
	position: relative;
	background-image: url(../images/piano_top.jpg);
}

#subpage_news {
	height: 500px;
	width: 650px;
	position: relative;
	float: right;
	top: 33px;
	overflow: scroll;
}
#subpage_media {
	height: 500px;
	width: 650px;
	position: relative;
	float: right;
	top: 33px;
	overflow: scroll;
}
#subpage_music {
	height: 500px;
	width: 650px;
	position: relative;
	float: right;
	top: 33px;
	overflow: scroll;
}

#subpage_nav {
	height: 533px;
	width: 301px;
	position: relative;
	float: right;
}
#container_bottom {
	height: 267px;
	width: 1000px;
	position: relative;
	background-image:url(../images/piano_bottom.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9C713A;
}
#container_bottom_media {
	width: 1000px;
	position: relative;
	background-image:url(../images/piano_bottom_media.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container_swf {
	height: 267px;
	width: 899px;
	position: relative;
	margin-left: 43px;
}
#footer {
	height: 100px;
	width: 1000px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color:#FFFFFF
}
#footer a:hover {
	color:#FF9900
