* {
	margin:0px;
	padding:0px;
}
a {
	outline:none;
	text-decoration:underline;
}
img {
	border:none;
}
body,html {
	height:100%;
}
#header {
	position:relative;
	width:100%;
	min-width:1000px;
	
}
#header .center_header {
	position:relative;
	width:1000px;
	margin:auto;
}
#main {
	position:relative;
	width:1000px;
	margin:auto;
	margin-top:15px;
}
.post_date {
	position:relative;
	float:left;
	font-size:12px;
	margin-top:-15px;
	margin-bottom:10px;
}
.post_image {
	position:relative;
	float:left;
	clear:both;
	margin-right:20px;
	margin-bottom:10px;
}
.post_price {
	position:relative;
	float:left;
	font-size:15px;
	margin-top:-10px;
	margin-bottom:10px;
	font-weight:bold;
	width:355px;
}
.cat_name {
	position:relative;
	float:left;
	width:355px;
}
#fix_footer {
	position:relative;
	float:left;
	min-height:100%;
	width:100%;
	min-width:1000px;
}
#footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	min-width:1000px;
}
#footer .center_footer {
	position:relative;
	width:1000px;
	margin:auto;
}