@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "微軟正黑體", Arial, Helvetica, sans-serif, "Arial Unicode MS";

}
#wrapper {
	width:100%;
	margin: 0px;
    padding: 0px;
}

#content {
	width:100%;
}

#launch {
	width:160px;
	float:right;
	padding-right:0px;
	padding-top:380px;
}

#content_txt{
	background:url(../images/launch_bg.png);
	background-repeat:repeat-y;
	width:550px;
	height:450px;
	margin:0 auto;
	margin-top:5%;
	margin-right:5%;
	padding-right:50px;
	color:#fff;
	text-align:center;
	font-size:24px;
	text-shadow:1px 1px 8px #333;
	line-height:30px;
}

#plax {
        display: block;
		margin: 0px auto;
		position:fixed;
        width: 550px;
        height: 300px;
		z-index: 1;
   }

img#charles-chen {
		position: absolute;
        z-index: 2;
        top: 30px;
        left: 50px;
}
img#charles-chen1 {
	    position: absolute;
        top: 40px;
        left: 20px;
        z-index: 3;
      
      }
img#charles-chen-all {
	    position: absolute;
        top: 10px;
        left: 5px;
        z-index: 1;
      
      }