@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-image:url(img/back.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	}

#content{
	width:1000px;
	margin:0 auto;
	}
#topimg{
	width:1000px;
	margin:0 auto;
	}

