@charset "utf-8";
/* CSS Document */

body {padding: 0; margin: 0; font-size: 75%; line-height: 140%;}
	body,html{height: 100%; }

	#outer {height: 100%; overflow: hidden; position: relative;width: 100%;}
	#outer[id] {display: table; position: static;}
	#middle {position: absolute; top: 50%;text-align:center;} /* for explorer only*/
	#middle[id] {display: table-cell; vertical-align: middle; position: static;}
	#inner {position: relative; _top_global_replace_;width: 1000px;margin: 0 auto;text-align:left;} /* for explorer only */
	.mejs-container { margin: 0 auto; }
	
body
{
		
	
	height:100%;
	/*background-image:url(../images/bg.png);
	background-repeat:no-repeat;*/
	background-position:top;
	
}
#Song_GameBox
{
	width:854px;
	height:640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat:no-repeat;
	background-color:#B4E4FE;
	/*background-image:url(../images/ui_bg.png);*/
}

#Div_Top
{
	width:854px;
	height:76px;
	float:left;
	
}

#btn_playvo
{
	width:56px;
	height:56px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}


#btn_closewin
{
	width:56px;
	height:56px;
	float:left;
	margin-top:10px;
	margin-left:710px;
	cursor:pointer;
}


#Div_Select{
	width:854px;
	height:400px;
	float:left;
}
#btn_g_game
{
	width:280px;
	height:120px;
	float:left;
	margin-top:164px;
	margin-left:4px;
	cursor:pointer;
}

#btn_p_game
{
	width:280px;
	height:120px;
	float:left;
	margin-top:164px;
	margin-left:3px;
	cursor:pointer;
}

#btn_e_game
{
	width:280px;
	height:120px;
	float:left;
	margin-top:164px;
	margin-left:3px;
	cursor:pointer;
}
#div_bottom{
	width:800px;
	height:124px;
	float:left;
}
#EphLogo
{
	width:22px;
	height:33px;
	float:left;
	margin-top:120px;
	margin-left:20px;
}