@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(sub.css);

#middle {
	float: left;
	width: 700px;
	/*top: 20px;*/
	z-index: 1;
}

#outer-wrapper, #header, {
	width: 1000px;
}

#footer {
	width: 1000px;
}

#header-img {
	width: 1000px;
}
