@charset "utf-8";

body {

	margin: 0;

}

object,
embed {

	vertical-align: top;

}

/* container */

#container {
position: absolute;
width: 900px;
height: 574px;
left: 50%;
top: 50%;
margin-left: -450px;
margin-top: -287px;
}

