html, body {
   margin: 0;
	padding: 0;
}
html{
	font-size: 100.1%;
}
body {
   font-family: "Lucida Sans Unicode", "Lucida Grande", Corbel, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	font-size: 0.8em;
	background-image: url(../images/bg_body.gif);
	background-position: center -200px;
	background-repeat: no-repeat;
}
