@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: "Century Gothic";
	background: url(images/bg_All.jpg) no-repeat top center;
}
h1#logo {
		width: 874px;
		height: 234px;
		background: url(images/header.jpg) no-repeat center center;
}
#page-wrap {
	width:874px;
	margin: 0 auto;
	align: center;
	/*background: url(images/content-bg.jpg) repeat-y;*/
}
#main-content {
		/*padding: 10px 20px 10px 20px;*/
	}
	#article-area {
		width: 500px;
		float: left;
	}
	#sidebar {
		width: 293px;
		float: right;
	}

