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

* {
padding:0px;
margin:0px;
border:0px;
}

body {
	background-color:#fffcd6;
	background-image:url(page-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}

#wrap {
	width:100%;
	height:100%;
}

#intro {
	width:1020px;
	height:100%;
	min-height:500px;
}