/*font-size normal*/

body {
   font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	margin: 5px 0 0 0;
	padding: 0px;
	background-color: #E9E9E9;
	background-image: url(../images/backdrop_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}