@charset "utf-8";
/* CSS Document */
body,div{
	margin:0;
	padding:0;
}
img {border: none;}
/* common */
body {
	width:100%;
	height:100%;
	background:#e5edf7 url(../img/bg2.gif) repeat left top;
	text-align:center;
}
#wrap{
	background: url(../img/bg.gif) repeat-x left top;
}
#enterarea{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 65px;
}
#enterarea div{
	width:721px;
	height:591px;
	margin: 0 auto;
}
#enterarea div#copy{
	width:439px;
	height:30px;
	margin: 9px auto;
}