@import url(header.css);
@import url(content.css);
@import url(footer.css);

#wrap {
	width:780px;
	margin:0 auto;
	text-align:center;
	background:#fff;
}

#wrap .inner {
	padding:5px 0 0 0;
}
