@import "reset.css";

body{
margin: 0 auto;
background: #F7F3EE;
color: #4f4f4f;
font-family: 'Lucida Grande', Arial, sans-serif; 
font-size: 14px; /* Fonts lower in the cascade set relatively with ems. */
}
#primaryContent{
width: 315px;
margin: 50px auto;
}
#primaryContent img{
margin-bottom: 25px;
}
#primaryContent p{
margin: 0 0 1em 0;
}


