@import url("layout.css");
@import url("header.css");
@import url("footer.css");
@import url("public.css");
*{
margin:0;
padding:0;
font-size:12px;
color:#666;
}

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
height:100%;
width: 100%;
}

img {
	border:none;
}

li {
	list-style:none;
}

