@import "header.css";
@import "navigation.css";
@import "body.css";
@import "footer.css";

body {
width:809px;
margin: 10px auto 0px auto;
padding:0px;
background:#000;
font-size:12px;
color:#ffff00;
font-family:Arial;
}



