@charset "utf-8";
body{
	background-attachment:fixed; 
	background-color:#000000;
	background-image:url(../images/d_movement_r1.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat no-repeat;
	background-size:cover;
	margin: 0;
	padding: 0;
}
.move-right{
  float: right;	
  position: relative;
  width: 300px;
  float: right;
  margin-right: 150px;
  margin-top: 550px;
}
.move-title{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 23px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 20px;
}
.move-text{
	font-family:brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 25px;
}