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

#global_left
	{
	margin-left: -400px;
	height: 540px;
	width: 50%;
	float: left;
	background-image: url(../images/left_edge.jpg);
	}
	
#global_center
	{
	float: left;
	width: 800px;
	position: absolute;
	left: 50%;
	z-index: 500;
	margin-left: -400px;
	background-image: url(images/home_background.jpg);
	height: 550px;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -275px;
	}

#global_right
	{
	margin-right: -400px;
	height: 550px;
	width: 50%;
	float: left;
	background-image: url(../images/right_edge.jpg);
	}

#global_right_2nd
	{
	margin-right: 0px;
	height: 550px;
	width: 100%;
	float: none;
	background-image: url(images/home_background.jpg);
	top: 0px;
	}
	
#global_portfolio
	{
	margin-right: 0px;
	height: 550px;
	width: 100%;
	float: none;
	background-image: url(../images/right_edge_portfolio.jpg);
	top: 0px;
	}
	
#iframe_layer {
	position:absolute;
	width:372px;
	height:372px;
	z-index:10;
	left: 262px;
	top: 118px;
}

#iframe_layer_store {
	position:absolute;
	width:372px;
	height:372px;
	z-index:10;
	left: 272px;
	top: 118px;
}

#iframe_layer_title {
	position:absolute;
	width:320px;
	height:35px;
	z-index:20;
	left: 262px;
	top: 118px;
	padding-left: 25px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

#iframe_layer_tour {
	position:absolute;
	width:372px;
	height:372px;
	z-index:1;
	left: 262px;
	top: 118px;
}

.song_play_btn a:link{
    color: #F9C116!important;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
}
.song_play_btn a:visited{
    color: #F9C116!important;
}
.song_play_btn a:active{
    color: #F9C116!important;
}
.song_play_btn a:hover{
    color: #DB4717!important;
}
