@charset "utf-8";
/* CSS Document */

@import url(font.css);
@import url(form.css);
@import url(header.css);
@import url(content.css);
@import url(footer.css);

body, html{
	height:100%;
	padding:0;
	margin:0;
}

.clear{
	clear: both;
	display:block;
}

.static{ width: 1000px; }

