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

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

body{
	background:
		#000000;
}

#pageArea{
	width:1000px;
	margin:auto;
}
