@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	margin: 0;
	text-align:center;
}	

#frame {
	width: 500px;
	margin-top: 100px;
	margin-left:auto;
	margin-right:auto;
}
