@charset "utf-8";

/* CSS Document */



html,

body{

	height:100%;

	width:100%;

	position:relative;

  margin:0;

  padding:0;

  background-color:#000000;

}

#box {

	position:relative;

  width:900px;

  height:640px;

  margin: 0 auto 0 auto;

}

#apDiv1 {

  position:absolute;

  left:517px;

  top:110px;

  width:182px;

  height:24px;

  z-index:1;

}

#apDiv2 {

  position:absolute;

  left:725px;

  top:600px;

  width:154px;

  height:16px;

  z-index:1;

}


