@import url("basestyle.css");
@import url("../footer/css/footer.css");

#wrap:after, 
#container:after,
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#wrap,
#container,
#contents {
	display: inline-table;
	}
