/* Global Style */
@import url("global.css");

/* Layout Style */
@import url("layout1.css");

/* Page Style */
#body_style {background:#000;}

#victorpianostudio {
	position:absolute;
	top:110px;
	left:50%;
	margin-left:-110px;
	overflow:hidden;

	width:430px; /* 200*/
	height:160px;  /* 180 */
	z-index:2;
	color:#FFFFFF;
	font-size:30px;
	text-align:center;
	font-weight:bold;
}
