/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 1.6;
  /*background-color:#fff; */
  background-color: #EDEDED;
  padding-top: 5px;
}
#wrapper {
  /*background-color: #fff;*/
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}
h2 {
  font-size: 2.0em;
  font-weight: normal;
}
p {
  font-size: 1.4em;
}
h1, h2, p {
  margin: 1em 0;
}
a img{
border: none;
}
.anchor{
visibility:hidden; !important;/**/
padding: 0px !important;
margin: 0px !important;
height: 0%;
}
.clear{
clear:both;
}
.skip{
display:none;
}
/* The Core Technique
================================= */

body {
  font-size: 62.5%;
  width: 100%;
  text-align: center;
}
#wrapper {
  width: 76em;
  max-width: 99%; 
  margin: 0 auto; 
  text-align: left;
}
