/* site.css */

@import "css_reset.css";
@import "header.css";
@import "menu.css";
@import "index.css";
@import "article.css";
@import "footer.css";

* html .clearfix {  height: 1%;  }

body {  background: #ffffff url(images/background.jpg) top no-repeat;  }

.container {  width:950px; margin:0 auto; margin-top:10px; }